Html Css Color HEX #0C6800 Green

📋 copy color: '#0C6800'

red 12 ◦ green 104 ◦ blue 0

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

Shades of Green #0C6800

Tints of Green #0C6800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 89.66%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 10.34%
G = 89.66%
B = 0%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 1

 K value IS 0.59

RGB Variations

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

Color information

#0C6800 (or 0x0C6800) is known color: Green. HEX triplet: 0C, 68 and 00. RGB value is (12,104,0). Sum of RGB (Red+Green+Blue) = 12+104+0=116 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.34% from 116); Green value is 104 (41.02% from 255 or 89.66% from 116); Blue value is 0 (0.39% from 255 or 0% from 116); Max value from RGB is 104 - color contains mainly: green. Hex color #0C6800 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6800 is #F397FF. Grayscale: #404040. Windows color (decimal): -15964160 or 26636. OLE color: 26636.

HSL color Cylindrical-coordinate representation of color #0C6800: hue angle of 113.08º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0C6800 is Cyan = 0.88, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.59.

Color convert

RGB 12 104 0 -
CMYK 0.88 0 1 0.59
HSL 113.08º 1% 0.2% -
HSV(B) 113.08º 1% 0.41% -
XYZ 5.1 9.98 1.66 -
YUV 64.64 91.52 90.46 -
System Red Green Blue C M Y K H S L
Decimal 12 104 0 0.88 0 1 0.59 113.08 1 0.2
Hex C 68 0 58 0 64 3B 71 64 14
Octal 14 150 0 130 0 144 73 161 144 24
Binary 1100 1101000 0 1011000 0 1100100 111011 1110001 1100100 10100

Color Harmonies of #0C6800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6800

Black with #0C6800

Text Example


Text Example

White with #0C6800

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,104,0); }

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

background-color css

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

 a { background-color: rgb(12,104,0); }

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

border-color css

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

 span { border-color: rgb(12,104,0); }

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