#0F7708

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

Shades of Green #0F7708

Tints of Green #0F7708

Color information

#0F7708 (or 0x0F7708) is unknown color: approx Green. HEX triplet: 0F, 77 and 08. RGB value is (15,119,8). Sum of RGB (Red+Green+Blue) = 15+119+8=142 (18% of max value = 765). Red value is 15 (6.25% from 255 or 10.56% from 142); Green value is 119 (46.88% from 255 or 83.80% from 142); Blue value is 8 (3.52% from 255 or 5.63% from 142); Max value from RGB is 119 - color contains mainly: green. Hex color #0F7708 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7708 is #F088F7. Grayscale: #4B4B4B. Windows color (decimal): -15763704 or 554767. OLE color: 554767.

HSL color Cylindrical-coordinate representation of color #0F7708: hue angle of 116.22º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0F7708 is Cyan = 0.87, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.53.

Color convert

RGB151198-
CMYK0.8700.930.53
HSL116.22º87.4%24.9%-
HSV(B)116.22º93.28%46.67%-
XYZ6.8413.312.44-
YUV75.2590.0485.03-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.56%
GREEN value IS 119 (46.88% from 255) = 83.80%
BLUE value IS 8 (3.52% from 255) = 5.63%
R=10.56%
G=83.80%
B=5.63%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1511980.8700.930.53116.2287.424.9
HexF7785705D35745719
Octal171671012701356516412731
Binary1111111011110001010111010111011101011110100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7708

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,119,8); }

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

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

 a { background-color: rgb(15,119,8); }

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

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

 span { border-color: rgb(15,119,8); }

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