Html Css Color HEX #067020 Crusoe

📋 copy color: '#067020'

red 6 ◦ green 112 ◦ blue 32

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

Shades of Crusoe #067020

Tints of Crusoe #067020

RGB

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

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

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

R = 4%
G = 74.67%
B = 21.33%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.71

 K value IS 0.56

RGB Variations

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

Color information

#067020 (or 0x067020) is known color: Crusoe. HEX triplet: 06, 70 and 20. RGB value is (6,112,32). Sum of RGB (Red+Green+Blue) = 6+112+32=150 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4% from 150); Green value is 112 (44.14% from 255 or 74.67% from 150); Blue value is 32 (12.89% from 255 or 21.33% from 150); Max value from RGB is 112 - color contains mainly: green. Hex color #067020 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067020 is #F98FDF. Grayscale: #474747. Windows color (decimal): -16355296 or 2125830. OLE color: 2125830.

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

Color convert

RGB 6 112 32 -
CMYK 0.95 0 0.71 0.56
HSL 134.72º 0.9% 0.23% -
HSV(B) 134.72º 0.95% 0.44% -
XYZ 6.13 11.73 3.31 -
YUV 71.19 105.88 81.5 -
System Red Green Blue C M Y K H S L
Decimal 6 112 32 0.95 0 0.71 0.56 134.72 0.9 0.23
Hex 6 70 20 5F 0 47 38 87 5A 17
Octal 6 160 40 137 0 107 70 207 132 27
Binary 110 1110000 100000 1011111 0 1000111 111000 10000111 1011010 10111

Color Harmonies of #067020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067020

Black with #067020

Text Example


Text Example

White with #067020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067020; }

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

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

background-color css

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

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

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

border-color css

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

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

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