#0F7B06

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

Shades of Green #0F7B06

Tints of Green #0F7B06

Color information

#0F7B06 (or 0x0F7B06) is unknown color: approx Green. HEX triplet: 0F, 7B and 06. RGB value is (15,123,6). Sum of RGB (Red+Green+Blue) = 15+123+6=144 (19% of max value = 765). Red value is 15 (6.25% from 255 or 10.42% from 144); Green value is 123 (48.44% from 255 or 85.42% from 144); Blue value is 6 (2.73% from 255 or 4.17% from 144); Max value from RGB is 123 - color contains mainly: green. Hex color #0F7B06 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7B06 is #F084F9. Grayscale: #4D4D4D. Windows color (decimal): -15762682 or 424719. OLE color: 424719.

HSL color Cylindrical-coordinate representation of color #0F7B06: hue angle of 115.38º degrees, saturation: 0.91, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0F7B06 is Cyan = 0.88, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.52.

Color convert

RGB151236-
CMYK0.8800.950.52
HSL115.38º90.7%25.29%-
HSV(B)115.38º95.12%48.24%-
XYZ7.3114.282.54-
YUV77.3787.7283.51-

RGB Variations

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

RGB

RED value IS 15 (6.25% from 255) = 10.42%
GREEN value IS 123 (48.44% from 255) = 85.42%
BLUE value IS 6 (2.73% from 255) = 4.17%
R=10.42%
G=85.42%
B=4.17%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1512360.8800.950.52115.3890.725.29
HexF7B65805F34735b19
Octal17173613001376416313331
Binary111111110111101011000010111111101001110011101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0F7B06

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(15,123,6); }

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

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

 a { background-color: rgb(15,123,6); }

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

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

 span { border-color: rgb(15,123,6); }

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