Html Css Color HEX #066027 Crusoe

📋 copy color: '#066027'

red 6 ◦ green 96 ◦ blue 39

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

Shades of Crusoe #066027

Tints of Crusoe #066027

RGB

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

 GREEN value IS 96 (37.89% from 255) = 68.09%

 BLUE value IS 39 (15.63% from 255) = 27.66%

R = 4.26%
G = 68.09%
B = 27.66%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.59

 K value IS 0.62

RGB Variations

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

Color information

#066027 (or 0x066027) is known color: Crusoe. HEX triplet: 06, 60 and 27. RGB value is (6,96,39). Sum of RGB (Red+Green+Blue) = 6+96+39=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 96 (37.89% from 255 or 68.09% from 141); Blue value is 39 (15.62% from 255 or 27.66% from 141); Max value from RGB is 96 - color contains mainly: green. Hex color #066027 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066027 is #F99FD8. Grayscale: #3E3E3E. Windows color (decimal): -16359385 or 2580486. OLE color: 2580486.

HSL color Cylindrical-coordinate representation of color #066027: hue angle of 142º degrees, saturation: 0.88, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066027 is Cyan = 0.94, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 96 39 -
CMYK 0.94 0 0.59 0.62
HSL 142º 0.88% 0.2% -
HSV(B) 142º 0.94% 0.38% -
XYZ 4.62 8.55 3.33 -
YUV 62.59 114.68 87.63 -
System Red Green Blue C M Y K H S L
Decimal 6 96 39 0.94 0 0.59 0.62 142 0.88 0.2
Hex 6 60 27 5E 0 3B 3E 8E 58 14
Octal 6 140 47 136 0 73 76 216 130 24
Binary 110 1100000 100111 1011110 0 111011 111110 10001110 1011000 10100

Color Harmonies of #066027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066027

Black with #066027

Text Example


Text Example

White with #066027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066027; }

 p { color: rgb(6,96,39); }

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

background-color css

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

 a { background-color: rgb(6,96,39); }

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

border-color css

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

 span { border-color: rgb(6,96,39); }

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