#0F760C

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

Shades of Green #0F760C

Tints of Green #0F760C

Color information

#0F760C (or 0x0F760C) is unknown color: approx Green. HEX triplet: 0F, 76 and 0C. RGB value is (15,118,12). Sum of RGB (Red+Green+Blue) = 15+118+12=145 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.34% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 12 (5.08% from 255 or 8.28% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #0F760C is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F760C is #F089F3. Grayscale: #4B4B4B. Windows color (decimal): -15763956 or 816655. OLE color: 816655.

HSL color Cylindrical-coordinate representation of color #0F760C: hue angle of 118.3º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0F760C is Cyan = 0.87, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.54.

Color convert

RGB1511812-
CMYK0.8700.900.54
HSL118.3º81.54%25.49%-
HSV(B)118.3º89.83%46.27%-
XYZ6.7413.082.52-
YUV75.1292.3885.12-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.34%
GREEN value IS 118 (46.48% from 255) = 81.38%
BLUE value IS 12 (5.08% from 255) = 8.28%
R=10.34%
G=81.38%
B=8.28%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0
Y (Yellow) values IS 0.90
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal15118120.8700.900.54118.381.5425.49
HexF76C5705A36765219
Octal171661412701326616612231
Binary1111111011011001010111010110101101101110110101001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F760C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,118,12); }

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

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

 a { background-color: rgb(15,118,12); }

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

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

 span { border-color: rgb(15,118,12); }

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