Html Css Color HEX #067222 Crusoe

📋 copy color: '#067222'

red 6 ◦ green 114 ◦ blue 34

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

Shades of Crusoe #067222

Tints of Crusoe #067222

RGB

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

 GREEN value IS 114 (44.92% from 255) = 74.03%

 BLUE value IS 34 (13.67% from 255) = 22.08%

R = 3.9%
G = 74.03%
B = 22.08%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.70

 K value IS 0.55

RGB Variations

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

Color information

#067222 (or 0x067222) is known color: Crusoe. HEX triplet: 06, 72 and 22. RGB value is (6,114,34). Sum of RGB (Red+Green+Blue) = 6+114+34=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 114 (44.92% from 255 or 74.03% from 154); Blue value is 34 (13.67% from 255 or 22.08% from 154); Max value from RGB is 114 - color contains mainly: green. Hex color #067222 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067222 is #F98DDD. Grayscale: #484848. Windows color (decimal): -16354782 or 2257414. OLE color: 2257414.

HSL color Cylindrical-coordinate representation of color #067222: hue angle of 135.56º degrees, saturation: 0.9, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #067222 is Cyan = 0.95, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.55.

Color convert

RGB 6 114 34 -
CMYK 0.95 0 0.70 0.55
HSL 135.56º 0.9% 0.24% -
HSV(B) 135.56º 0.95% 0.45% -
XYZ 6.38 12.19 3.53 -
YUV 72.59 106.22 80.5 -
System Red Green Blue C M Y K H S L
Decimal 6 114 34 0.95 0 0.70 0.55 135.56 0.9 0.24
Hex 6 72 22 5F 0 46 37 88 5A 18
Octal 6 162 42 137 0 106 67 210 132 30
Binary 110 1110010 100010 1011111 0 1000110 110111 10001000 1011010 11000

Color Harmonies of #067222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067222

Black with #067222

Text Example


Text Example

White with #067222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067222; }

 p { color: rgb(6,114,34); }

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

background-color css

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

 a { background-color: rgb(6,114,34); }

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

border-color css

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

 span { border-color: rgb(6,114,34); }

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