Html Css Color HEX #066F28 Crusoe

📋 copy color: '#066F28'

red 6 ◦ green 111 ◦ blue 40

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

Shades of Crusoe #066F28

Tints of Crusoe #066F28

RGB

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

 GREEN value IS 111 (43.75% from 255) = 70.7%

 BLUE value IS 40 (16.02% from 255) = 25.48%

R = 3.82%
G = 70.7%
B = 25.48%

CMYK

 C value IS 0.95

 M value IS 0

 Y value IS 0.64

 K value IS 0.56

RGB Variations

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

Color information

#066F28 (or 0x066F28) is known color: Crusoe. HEX triplet: 06, 6F and 28. RGB value is (6,111,40). Sum of RGB (Red+Green+Blue) = 6+111+40=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 111 (43.75% from 255 or 70.70% from 157); Blue value is 40 (16.02% from 255 or 25.48% from 157); Max value from RGB is 111 - color contains mainly: green. Hex color #066F28 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066F28 is #F990D7. Grayscale: #474747. Windows color (decimal): -16355544 or 2649862. OLE color: 2649862.

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

Color convert

RGB 6 111 40 -
CMYK 0.95 0 0.64 0.56
HSL 139.43º 0.9% 0.23% -
HSV(B) 139.43º 0.95% 0.44% -
XYZ 6.14 11.56 3.92 -
YUV 71.51 110.21 81.27 -
System Red Green Blue C M Y K H S L
Decimal 6 111 40 0.95 0 0.64 0.56 139.43 0.9 0.23
Hex 6 6F 28 5F 0 40 38 8B 5A 17
Octal 6 157 50 137 0 100 70 213 132 27
Binary 110 1101111 101000 1011111 0 1000000 111000 10001011 1011010 10111

Color Harmonies of #066F28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066F28

Black with #066F28

Text Example


Text Example

White with #066F28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066F28; }

 p { color: rgb(6,111,40); }

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

background-color css

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

 a { background-color: rgb(6,111,40); }

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

border-color css

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

 span { border-color: rgb(6,111,40); }

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