#066126

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

Shades of Crusoe #066126

Tints of Crusoe #066126

Color information

#066126 (or 0x066126) is unknown color: approx Crusoe. HEX triplet: 06, 61 and 26. RGB value is (6,97,38). Sum of RGB (Red+Green+Blue) = 6+97+38=141 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.26% from 141); Green value is 97 (38.28% from 255 or 68.79% from 141); Blue value is 38 (15.23% from 255 or 26.95% from 141); Max value from RGB is 97 - color contains mainly: green. Hex color #066126 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066126 is #F99ED9. Grayscale: #3F3F3F. Windows color (decimal): -16359130 or 2515206. OLE color: 2515206.

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

Color convert

RGB69738-
CMYK0.9400.610.62
HSL141.1º88.35%20.2%-
HSV(B)141.1º93.81%38.04%-
XYZ4.78.733.27-
YUV63.06113.8587.3-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.26%
GREEN value IS 97 (38.28% from 255) = 68.79%
BLUE value IS 38 (15.23% from 255) = 26.95%
R=4.26%
G=68.79%
B=26.95%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal697380.9400.610.62141.188.3520.2
Hex661265E03D3E8d5814
Octal6141461360757621513024
Binary11011000011001101011110011110111111010001101101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066126; }

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

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

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

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

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

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

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

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