#066129

Color #066129 Crusoe (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Crusoe #066129

Tints of Crusoe #066129

Color information

#066129 (or 0x066129) is unknown color: approx 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

RGB69741-
CMYK0.9400.580.62
HSL143.08º88.35%20.2%-
HSV(B)143.08º93.81%38.04%-
XYZ4.758.753.54-
YUV63.41115.3587.05-

RGB Variations

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

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 (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697410.9400.580.62143.0888.3520.2
Hex661295E03A3E8f5814
Octal6141511360727621713024
Binary11011000011010011011110011101011111010001111101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066129

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>