Html Css Color HEX #067820 Camarone

📋 copy color: '#067820'

red 6 ◦ green 120 ◦ blue 32

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

Shades of Camarone #067820

Tints of Camarone #067820

RGB

 RED value IS 6 (2.73% from 255) = 3.8%

 GREEN value IS 120 (47.27% from 255) = 75.95%

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

R = 3.8%
G = 75.95%
B = 20.25%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.73

 K value IS 0.53

RGB Variations

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

Color information

#067820 (or 0x067820) is known color: Camarone. HEX triplet: 06, 78 and 20. RGB value is (6,120,32). Sum of RGB (Red+Green+Blue) = 6+120+32=158 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.80% from 158); Green value is 120 (47.27% from 255 or 75.95% from 158); Blue value is 32 (12.89% from 255 or 20.25% from 158); Max value from RGB is 120 - color contains mainly: green. Hex color #067820 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067820 is #F987DF. Grayscale: #4C4C4C. Windows color (decimal): -16353248 or 2127878. OLE color: 2127878.

HSL color Cylindrical-coordinate representation of color #067820: hue angle of 133.68º degrees, saturation: 0.9, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067820 is Cyan = 0.95, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.53.

Color convert

RGB 6 120 32 -
CMYK 0.95 0 0.73 0.53
HSL 133.68º 0.9% 0.25% -
HSV(B) 133.68º 0.95% 0.47% -
XYZ 7.05 13.58 3.62 -
YUV 75.88 103.23 78.16 -
System Red Green Blue C M Y K H S L
Decimal 6 120 32 0.95 0 0.73 0.53 133.68 0.9 0.25
Hex 6 78 20 5F 0 49 35 86 5A 19
Octal 6 170 40 137 0 111 65 206 132 31
Binary 110 1111000 100000 1011111 0 1001001 110101 10000110 1011010 11001

Color Harmonies of #067820

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067820

Black with #067820

Text Example


Text Example

White with #067820

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067820; }

 p { color: rgb(6,120,32); }

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

background-color css

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

 a { background-color: rgb(6,120,32); }

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

border-color css

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

 span { border-color: rgb(6,120,32); }

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