#066128

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

Shades of Crusoe #066128

Tints of Crusoe #066128

Color information

#066128 (or 0x066128) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 28. RGB value is (6,97,40). Sum of RGB (Red+Green+Blue) = 6+97+40=143 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.20% from 143); Green value is 97 (38.28% from 255 or 67.83% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 97 - color contains mainly: green. Hex color #066128 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066128 is #F99ED7. Grayscale: #3F3F3F. Windows color (decimal): -16359128 or 2646278. OLE color: 2646278.

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

Color convert

RGB69740-
CMYK0.9400.590.62
HSL142.42º88.35%20.2%-
HSV(B)142.42º93.81%38.04%-
XYZ4.738.743.45-
YUV63.29114.8587.13-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.20%
GREEN value IS 97 (38.28% from 255) = 67.83%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=4.20%
G=67.83%
B=27.97%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697400.9400.590.62142.4288.3520.2
Hex661285E03B3E8e5814
Octal6141501360737621613024
Binary11011000011010001011110011101111111010001110101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066128; }

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

 H1.HeaderClassName
 {
   color: #066128;
 }
 .AnyTagClassName
 {
   color: #066128;
 }
</style>
background-color css

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

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

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

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

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

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