Html Css Color HEX #0C6612 Green

📋 copy color: '#0C6612'

red 12 ◦ green 102 ◦ blue 18

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

Shades of Green #0C6612

Tints of Green #0C6612

RGB

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

 GREEN value IS 102 (40.23% from 255) = 77.27%

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

R = 9.09%
G = 77.27%
B = 13.64%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.82

 K value IS 0.6

RGB Variations

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

Color information

#0C6612 (or 0x0C6612) is known color: Green. HEX triplet: 0C, 66 and 12. RGB value is (12,102,18). Sum of RGB (Red+Green+Blue) = 12+102+18=132 (17% of max value = 765). Red value is 12 (5.08% from 255 or 9.09% from 132); Green value is 102 (40.23% from 255 or 77.27% from 132); Blue value is 18 (7.42% from 255 or 13.64% from 132); Max value from RGB is 102 - color contains mainly: green. Hex color #0C6612 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6612 is #F399ED. Grayscale: #414141. Windows color (decimal): -15964654 or 1205772. OLE color: 1205772.

HSL color Cylindrical-coordinate representation of color #0C6612: hue angle of 124º degrees, saturation: 0.79, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0C6612 is Cyan = 0.88, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.6.

Color convert

RGB 12 102 18 -
CMYK 0.88 0 0.82 0.6
HSL 124º 0.79% 0.22% -
HSV(B) 124º 0.88% 0.4% -
XYZ 5.01 9.62 2.17 -
YUV 65.51 101.18 89.83 -
System Red Green Blue C M Y K H S L
Decimal 12 102 18 0.88 0 0.82 0.6 124 0.79 0.22
Hex C 66 12 58 0 52 3C 7C 4F 16
Octal 14 146 22 130 0 122 74 174 117 26
Binary 1100 1100110 10010 1011000 0 1010010 111100 1111100 1001111 10110

Color Harmonies of #0C6612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6612

Black with #0C6612

Text Example


Text Example

White with #0C6612

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,102,18); }

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

background-color css

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

 a { background-color: rgb(12,102,18); }

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

border-color css

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

 span { border-color: rgb(12,102,18); }

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