#066B2F

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

Shades of Crusoe #066B2F

Tints of Crusoe #066B2F

Color information

#066B2F (or 0x066B2F) is unknown color: approx Crusoe. HEX triplet: 06, 6B and 2F. RGB value is (6,107,47). Sum of RGB (Red+Green+Blue) = 6+107+47=160 (21% of max value = 765). Red value is 6 (2.73% from 255 or 3.75% from 160); Green value is 107 (42.19% from 255 or 66.88% from 160); Blue value is 47 (18.75% from 255 or 29.38% from 160); Max value from RGB is 107 - color contains mainly: green. Hex color #066B2F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066B2F is #F994D0. Grayscale: #464646. Windows color (decimal): -16356561 or 3107590. OLE color: 3107590.

HSL color Cylindrical-coordinate representation of color #066B2F: hue angle of 144.36º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066B2F is Cyan = 0.94, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.58.

Color convert

RGB610747-
CMYK0.9400.560.58
HSL144.36º89.38%22.16%-
HSV(B)144.36º94.39%41.96%-
XYZ5.8510.764.46-
YUV69.96115.0482.38-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.75%
GREEN value IS 107 (42.19% from 255) = 66.88%
BLUE value IS 47 (18.75% from 255) = 29.38%
R=3.75%
G=66.88%
B=29.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal6107470.9400.560.58144.3689.3822.16
Hex66B2F5E0383A905916
Octal6153571360707222013126
Binary11011010111011111011110011100011101010010000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066B2F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,107,47); }

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

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

 a { background-color: rgb(6,107,47); }

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

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

 span { border-color: rgb(6,107,47); }

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