Html Css Color HEX #0F7708 Green

📋 copy color: '#0F7708'

red 15 ◦ green 119 ◦ blue 8

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

Shades of Green #0F7708

Tints of Green #0F7708

RGB

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

 GREEN value IS 119 (46.88% from 255) = 83.8%

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

R = 10.56%
G = 83.8%
B = 5.63%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.93

 K value IS 0.53

RGB Variations

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

Color information

#0F7708 (or 0x0F7708) is known color: 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

RGB 15 119 8 -
CMYK 0.87 0 0.93 0.53
HSL 116.22º 0.87% 0.25% -
HSV(B) 116.22º 0.93% 0.47% -
XYZ 6.84 13.31 2.44 -
YUV 75.25 90.04 85.03 -
System Red Green Blue C M Y K H S L
Decimal 15 119 8 0.87 0 0.93 0.53 116.22 0.87 0.25
Hex F 77 8 57 0 5D 35 74 57 19
Octal 17 167 10 127 0 135 65 164 127 31
Binary 1111 1110111 1000 1010111 0 1011101 110101 1110100 1010111 11001

Color Harmonies of #0F7708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F7708

Black with #0F7708

Text Example


Text Example

White with #0F7708

Text Example


Text Example

HTML Codes & Css Web 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>