#0f7413

Color #0F7413 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #0F7413

Tints of Green #0F7413

Color information

#0F7413 (or 0x0F7413) is unknown color: approx Green. HEX triplet: 0F, 74 and 13. RGB value is (15,116,19). Sum of RGB (Red+Green+Blue) = 15+116+19=150 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10% from 150); Green value is 116 (45.70% from 255 or 77.33% from 150); Blue value is 19 (7.81% from 255 or 12.67% from 150); Max value from RGB is 116 - color contains mainly: green. Hex color #0F7413 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7413 is #F08BEC. Grayscale: #4B4B4B. Windows color (decimal): -15764461 or 1274895. OLE color: 1274895.

HSL color Cylindrical-coordinate representation of color #0F7413: hue angle of 122.38º degrees, saturation: 0.77, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0F7413 is Cyan = 0.87, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.55.

Color convert

RGB1511619-
CMYK0.8700.840.55
HSL122.38º77.1%25.69%-
HSV(B)122.38º87.07%45.49%-
XYZ6.5612.642.71-
YUV74.7496.5485.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 15 (6.25% from 255) = 10%
GREEN value IS 116 (45.70% from 255) = 77.33%
BLUE value IS 19 (7.81% from 255) = 12.67%
R=10%
G=77.33%
B=12.67%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.84
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal15116190.8700.840.55122.3877.125.69
HexF741357054377a4d1a
Octal171642312701246717211532
Binary11111110100100111010111010101001101111111010100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0f7413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0f7413; }

 p { color: rgb(15,116,19); }

 H1.HeaderClassName
 {
   color: #0f7413;
 }
 .AnyTagClassName
 {
   color: #0f7413;
 }
</style>
background-color css

<style>
 a { background-color: #0f7413; }

 a { background-color: rgb(15,116,19); }

 div.DivClassName
 {
   background-color: #0f7413;
 }
 .BgClassName
 {
   background-color: #0f7413;
 }
</style>
border-color css

<style>
 span { border-color: #0f7413; }

 span { border-color: rgb(15,116,19); }

 td.TdClassName
 {
   border-color: #0f7413;
 }
 .TagClassName
 {
   border-color: #0f7413;
 }
</style>