Html Css Color HEX #0C6F15 Green

📋 copy color: '#0C6F15'

red 12 ◦ green 111 ◦ blue 21

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

Shades of Green #0C6F15

Tints of Green #0C6F15

RGB

 RED value IS 12 (5.08% from 255) = 8.33%

 GREEN value IS 111 (43.75% from 255) = 77.08%

 BLUE value IS 21 (8.59% from 255) = 14.58%

R = 8.33%
G = 77.08%
B = 14.58%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.81

 K value IS 0.56

RGB Variations

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

Color information

#0C6F15 (or 0x0C6F15) is known color: Green. HEX triplet: 0C, 6F and 15. RGB value is (12,111,21). Sum of RGB (Red+Green+Blue) = 12+111+21=144 (19% of max value = 765). Red value is 12 (5.08% from 255 or 8.33% from 144); Green value is 111 (43.75% from 255 or 77.08% from 144); Blue value is 21 (8.59% from 255 or 14.58% from 144); Max value from RGB is 111 - color contains mainly: green. Hex color #0C6F15 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6F15 is #F390EA. Grayscale: #474747. Windows color (decimal): -15962347 or 1404684. OLE color: 1404684.

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

Color convert

RGB 12 111 21 -
CMYK 0.89 0 0.81 0.56
HSL 125.45º 0.8% 0.24% -
HSV(B) 125.45º 0.89% 0.44% -
XYZ 5.97 11.5 2.61 -
YUV 71.14 99.7 85.82 -
System Red Green Blue C M Y K H S L
Decimal 12 111 21 0.89 0 0.81 0.56 125.45 0.8 0.24
Hex C 6F 15 59 0 51 38 7D 50 18
Octal 14 157 25 131 0 121 70 175 120 30
Binary 1100 1101111 10101 1011001 0 1010001 111000 1111101 1010000 11000

Color Harmonies of #0C6F15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6F15

Black with #0C6F15

Text Example


Text Example

White with #0C6F15

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,111,21); }

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

background-color css

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

 a { background-color: rgb(12,111,21); }

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

border-color css

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

 span { border-color: rgb(12,111,21); }

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