Html Css Color HEX #0F7008 Green

📋 copy color: '#0F7008'

red 15 ◦ green 112 ◦ blue 8

#0F7008
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #0F7008

Tints of Green #0F7008

RGB

 RED value IS 15 (6.25% from 255) = 11.11%

 GREEN value IS 112 (44.14% from 255) = 82.96%

 BLUE value IS 8 (3.52% from 255) = 5.93%

R = 11.11%
G = 82.96%
B = 5.93%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.56

RGB Variations

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

Color information

#0F7008 (or 0x0F7008) is known color: Green. HEX triplet: 0F, 70 and 08. RGB value is (15,112,8). Sum of RGB (Red+Green+Blue) = 15+112+8=135 (17% of max value = 765). Red value is 15 (6.25% from 255 or 11.11% from 135); Green value is 112 (44.14% from 255 or 82.96% from 135); Blue value is 8 (3.52% from 255 or 5.93% from 135); Max value from RGB is 112 - color contains mainly: green. Hex color #0F7008 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F7008 is #F08FF7. Grayscale: #474747. Windows color (decimal): -15765496 or 552975. OLE color: 552975.

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

Color convert

RGB 15 112 8 -
CMYK 0.87 0 0.93 0.56
HSL 115.96º 0.87% 0.24% -
HSV(B) 115.96º 0.93% 0.44% -
XYZ 6.04 11.71 2.17 -
YUV 71.14 92.36 87.96 -
System Red Green Blue C M Y K H S L
Decimal 15 112 8 0.87 0 0.93 0.56 115.96 0.87 0.24
Hex F 70 8 57 0 5D 38 74 57 18
Octal 17 160 10 127 0 135 70 164 127 30
Binary 1111 1110000 1000 1010111 0 1011101 111000 1110100 1010111 11000

Color Harmonies of #0F7008

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7008

Black with #0F7008

Text Example


Text Example

White with #0F7008

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0F7008;
 }
 .AnyTagClassName
 {
   color: #0F7008;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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