Html Css Color HEX #0C6502 Green

📋 copy color: '#0C6502'

red 12 ◦ green 101 ◦ blue 2

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

Shades of Green #0C6502

Tints of Green #0C6502

RGB

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

 GREEN value IS 101 (39.84% from 255) = 87.83%

 BLUE value IS 2 (1.17% from 255) = 1.74%

R = 10.43%
G = 87.83%
B = 1.74%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.98

 K value IS 0.60

RGB Variations

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

Color information

#0C6502 (or 0x0C6502) is known color: Green. HEX triplet: 0C, 65 and 02. RGB value is (12,101,2). Sum of RGB (Red+Green+Blue) = 12+101+2=115 (15% of max value = 765). Red value is 12 (5.08% from 255 or 10.43% from 115); Green value is 101 (39.84% from 255 or 87.83% from 115); Blue value is 2 (1.17% from 255 or 1.74% from 115); Max value from RGB is 101 - color contains mainly: green. Hex color #0C6502 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #0C6502 is #F39AFD. Grayscale: #3F3F3F. Windows color (decimal): -15964926 or 156940. OLE color: 156940.

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

Color convert

RGB 12 101 2 -
CMYK 0.88 0 0.98 0.60
HSL 113.94º 0.96% 0.2% -
HSV(B) 113.94º 0.98% 0.4% -
XYZ 4.82 9.39 1.62 -
YUV 63.1 93.51 91.55 -
System Red Green Blue C M Y K H S L
Decimal 12 101 2 0.88 0 0.98 0.60 113.94 0.96 0.2
Hex C 65 2 58 0 62 3C 72 60 14
Octal 14 145 2 130 0 142 74 162 140 24
Binary 1100 1100101 10 1011000 0 1100010 111100 1110010 1100000 10100

Color Harmonies of #0C6502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C6502

Black with #0C6502

Text Example


Text Example

White with #0C6502

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,101,2); }

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

background-color css

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

 a { background-color: rgb(12,101,2); }

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

border-color css

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

 span { border-color: rgb(12,101,2); }

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