Html Css Color HEX #066129 Crusoe

📋 copy color: '#066129'

red 6 ◦ green 97 ◦ blue 41

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

Shades of Crusoe #066129

Tints of Crusoe #066129

RGB

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

 GREEN value IS 97 (38.28% from 255) = 67.36%

 BLUE value IS 41 (16.41% from 255) = 28.47%

R = 4.17%
G = 67.36%
B = 28.47%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.58

 K value IS 0.62

RGB Variations

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

Color information

#066129 (or 0x066129) is known color: Crusoe. HEX triplet: 06, 61 and 29. RGB value is (6,97,41). Sum of RGB (Red+Green+Blue) = 6+97+41=144 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.17% from 144); Green value is 97 (38.28% from 255 or 67.36% from 144); Blue value is 41 (16.41% from 255 or 28.47% from 144); Max value from RGB is 97 - color contains mainly: green. Hex color #066129 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066129 is #F99ED6. Grayscale: #3F3F3F. Windows color (decimal): -16359127 or 2711814. OLE color: 2711814.

HSL color Cylindrical-coordinate representation of color #066129: hue angle of 143.08º 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 #066129 is Cyan = 0.94, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.62.

Color convert

RGB 6 97 41 -
CMYK 0.94 0 0.58 0.62
HSL 143.08º 0.88% 0.2% -
HSV(B) 143.08º 0.94% 0.38% -
XYZ 4.75 8.75 3.54 -
YUV 63.41 115.35 87.05 -
System Red Green Blue C M Y K H S L
Decimal 6 97 41 0.94 0 0.58 0.62 143.08 0.88 0.2
Hex 6 61 29 5E 0 3A 3E 8F 58 14
Octal 6 141 51 136 0 72 76 217 130 24
Binary 110 1100001 101001 1011110 0 111010 111110 10001111 1011000 10100

Color Harmonies of #066129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #066129

Black with #066129

Text Example


Text Example

White with #066129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #066129; }

 p { color: rgb(6,97,41); }

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

background-color css

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

 a { background-color: rgb(6,97,41); }

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

border-color css

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

 span { border-color: rgb(6,97,41); }

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