Html Css Color HEX #0C680A Green

📋 copy color: '#0C680A'

red 12 ◦ green 104 ◦ blue 10

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

Shades of Green #0C680A

Tints of Green #0C680A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 7.94%

R = 9.52%
G = 82.54%
B = 7.94%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.90

 K value IS 0.59

RGB Variations

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

Color information

#0C680A (or 0x0C680A) is known color: Green. HEX triplet: 0C, 68 and 0A. RGB value is (12,104,10). Sum of RGB (Red+Green+Blue) = 12+104+10=126 (16% of max value = 765). Red value is 12 (5.08% from 255 or 9.52% from 126); Green value is 104 (41.02% from 255 or 82.54% from 126); Blue value is 10 (4.30% from 255 or 7.94% from 126); Max value from RGB is 104 - color contains mainly: green. Hex color #0C680A is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C680A is #F397F5. Grayscale: #424242. Windows color (decimal): -15964150 or 681996. OLE color: 681996.

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

Color convert

RGB 12 104 10 -
CMYK 0.88 0 0.90 0.59
HSL 118.72º 0.82% 0.22% -
HSV(B) 118.72º 0.9% 0.41% -
XYZ 5.16 10 1.95 -
YUV 65.78 96.52 89.64 -
System Red Green Blue C M Y K H S L
Decimal 12 104 10 0.88 0 0.90 0.59 118.72 0.82 0.22
Hex C 68 A 58 0 5A 3B 77 52 16
Octal 14 150 12 130 0 132 73 167 122 26
Binary 1100 1101000 1010 1011000 0 1011010 111011 1110111 1010010 10110

Color Harmonies of #0C680A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C680A

Black with #0C680A

Text Example


Text Example

White with #0C680A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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