Html Css Color HEX #0F6712 Green

📋 copy color: '#0F6712'

red 15 ◦ green 103 ◦ blue 18

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

Shades of Green #0F6712

Tints of Green #0F6712

RGB

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

 GREEN value IS 103 (40.63% from 255) = 75.74%

 BLUE value IS 18 (7.42% from 255) = 13.24%

R = 11.03%
G = 75.74%
B = 13.24%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.83

 K value IS 0.60

RGB Variations

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

Color information

#0F6712 (or 0x0F6712) is known color: Green. HEX triplet: 0F, 67 and 12. RGB value is (15,103,18). Sum of RGB (Red+Green+Blue) = 15+103+18=136 (18% of max value = 765). Red value is 15 (6.25% from 255 or 11.03% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 18 (7.42% from 255 or 13.24% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #0F6712 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0F6712 is #F098ED. Grayscale: #434343. Windows color (decimal): -15767790 or 1206031. OLE color: 1206031.

HSL color Cylindrical-coordinate representation of color #0F6712: hue angle of 122.05º degrees, saturation: 0.75, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0F6712 is Cyan = 0.85, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.60.

Color convert

RGB 15 103 18 -
CMYK 0.85 0 0.83 0.60
HSL 122.05º 0.75% 0.23% -
HSV(B) 122.05º 0.85% 0.4% -
XYZ 5.16 9.85 2.2 -
YUV 67 100.35 90.91 -
System Red Green Blue C M Y K H S L
Decimal 15 103 18 0.85 0 0.83 0.60 122.05 0.75 0.23
Hex F 67 12 55 0 53 3C 7A 4B 17
Octal 17 147 22 125 0 123 74 172 113 27
Binary 1111 1100111 10010 1010101 0 1010011 111100 1111010 1001011 10111

Color Harmonies of #0F6712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0F6712

Black with #0F6712

Text Example


Text Example

White with #0F6712

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(15,103,18); }

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

background-color css

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

 a { background-color: rgb(15,103,18); }

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

border-color css

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

 span { border-color: rgb(15,103,18); }

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