Html Css Color HEX #067024 Crusoe

📋 copy color: '#067024'

red 6 ◦ green 112 ◦ blue 36

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

Shades of Crusoe #067024

Tints of Crusoe #067024

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 23.38%

R = 3.9%
G = 72.73%
B = 23.38%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.68

 K value IS 0.56

RGB Variations

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

Color information

#067024 (or 0x067024) is known color: Crusoe. HEX triplet: 06, 70 and 24. RGB value is (6,112,36). Sum of RGB (Red+Green+Blue) = 6+112+36=154 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.90% from 154); Green value is 112 (44.14% from 255 or 72.73% from 154); Blue value is 36 (14.45% from 255 or 23.38% from 154); Max value from RGB is 112 - color contains mainly: green. Hex color #067024 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #067024 is #F98FDB. Grayscale: #474747. Windows color (decimal): -16355292 or 2387974. OLE color: 2387974.

HSL color Cylindrical-coordinate representation of color #067024: hue angle of 136.98º 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 #067024 is Cyan = 0.95, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.56.

Color convert

RGB 6 112 36 -
CMYK 0.95 0 0.68 0.56
HSL 136.98º 0.9% 0.23% -
HSV(B) 136.98º 0.95% 0.44% -
XYZ 6.19 11.75 3.61 -
YUV 71.64 107.88 81.18 -
System Red Green Blue C M Y K H S L
Decimal 6 112 36 0.95 0 0.68 0.56 136.98 0.9 0.23
Hex 6 70 24 5F 0 44 38 89 5A 17
Octal 6 160 44 137 0 104 70 211 132 27
Binary 110 1110000 100100 1011111 0 1000100 111000 10001001 1011010 10111

Color Harmonies of #067024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #067024

Black with #067024

Text Example


Text Example

White with #067024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #067024; }

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

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

background-color css

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

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

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

border-color css

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

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

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