Html Css Color HEX #0C7020 Camarone

📋 copy color: '#0C7020'

red 12 ◦ green 112 ◦ blue 32

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

Shades of Camarone #0C7020

Tints of Camarone #0C7020

RGB

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

 GREEN value IS 112 (44.14% from 255) = 71.79%

 BLUE value IS 32 (12.89% from 255) = 20.51%

R = 7.69%
G = 71.79%
B = 20.51%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#0C7020 (or 0x0C7020) is known color: Camarone. HEX triplet: 0C, 70 and 20. RGB value is (12,112,32). Sum of RGB (Red+Green+Blue) = 12+112+32=156 (20% of max value = 765). Red value is 12 (5.08% from 255 or 7.69% from 156); Green value is 112 (44.14% from 255 or 71.79% from 156); Blue value is 32 (12.89% from 255 or 20.51% from 156); Max value from RGB is 112 - color contains mainly: green. Hex color #0C7020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #0C7020 is #F38FDF. Grayscale: #494949. Windows color (decimal): -15962080 or 2125836. OLE color: 2125836.

HSL color Cylindrical-coordinate representation of color #0C7020: hue angle of 132º degrees, saturation: 0.81, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0C7020 is Cyan = 0.89, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.56.

Color convert

RGB 12 112 32 -
CMYK 0.89 0 0.71 0.56
HSL 132º 0.81% 0.24% -
HSV(B) 132º 0.89% 0.44% -
XYZ 6.21 11.77 3.31 -
YUV 72.98 104.87 84.5 -
System Red Green Blue C M Y K H S L
Decimal 12 112 32 0.89 0 0.71 0.56 132 0.81 0.24
Hex C 70 20 59 0 47 38 84 51 18
Octal 14 160 40 131 0 107 70 204 121 30
Binary 1100 1110000 100000 1011001 0 1000111 111000 10000100 1010001 11000

Color Harmonies of #0C7020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C7020

Black with #0C7020

Text Example


Text Example

White with #0C7020

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,112,32); }

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

background-color css

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

 a { background-color: rgb(12,112,32); }

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

border-color css

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

 span { border-color: rgb(12,112,32); }

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