Html Css Color HEX #0C6715 Green

📋 copy color: '#0C6715'

red 12 ◦ green 103 ◦ blue 21

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

Shades of Green #0C6715

Tints of Green #0C6715

RGB

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

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

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

R = 8.82%
G = 75.74%
B = 15.44%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.80

 K value IS 0.60

RGB Variations

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

Color information

#0C6715 (or 0x0C6715) is known color: Green. HEX triplet: 0C, 67 and 15. RGB value is (12,103,21). Sum of RGB (Red+Green+Blue) = 12+103+21=136 (18% of max value = 765). Red value is 12 (5.08% from 255 or 8.82% from 136); Green value is 103 (40.62% from 255 or 75.74% from 136); Blue value is 21 (8.59% from 255 or 15.44% from 136); Max value from RGB is 103 - color contains mainly: green. Hex color #0C6715 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6715 is #F398EA. Grayscale: #424242. Windows color (decimal): -15964395 or 1402636. OLE color: 1402636.

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

Color convert

RGB 12 103 21 -
CMYK 0.88 0 0.80 0.60
HSL 125.93º 0.79% 0.23% -
HSV(B) 125.93º 0.88% 0.4% -
XYZ 5.14 9.83 2.34 -
YUV 66.44 102.35 89.17 -
System Red Green Blue C M Y K H S L
Decimal 12 103 21 0.88 0 0.80 0.60 125.93 0.79 0.23
Hex C 67 15 58 0 50 3C 7E 4F 17
Octal 14 147 25 130 0 120 74 176 117 27
Binary 1100 1100111 10101 1011000 0 1010000 111100 1111110 1001111 10111

Color Harmonies of #0C6715

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6715

Black with #0C6715

Text Example


Text Example

White with #0C6715

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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