#066825

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

Shades of Crusoe #066825

Tints of Crusoe #066825

Color information

#066825 (or 0x066825) is unknown color: approx Crusoe. HEX triplet: 06, 68 and 25. RGB value is (6,104,37). Sum of RGB (Red+Green+Blue) = 6+104+37=147 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.08% from 147); Green value is 104 (41.02% from 255 or 70.75% from 147); Blue value is 37 (14.84% from 255 or 25.17% from 147); Max value from RGB is 104 - color contains mainly: green. Hex color #066825 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #066825 is #F997DA. Grayscale: #434343. Windows color (decimal): -16357339 or 2451462. OLE color: 2451462.

HSL color Cylindrical-coordinate representation of color #066825: hue angle of 138.98º degrees, saturation: 0.89, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #066825 is Cyan = 0.94, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.59.

Color convert

RGB610437-
CMYK0.9400.640.59
HSL138.98º89.09%21.57%-
HSV(B)138.98º94.23%40.78%-
XYZ5.3610.073.41-
YUV67.06111.0384.45-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.08%
GREEN value IS 104 (41.02% from 255) = 70.75%
BLUE value IS 37 (14.84% from 255) = 25.17%
R=4.08%
G=70.75%
B=25.17%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104370.9400.640.59138.9889.0921.57
Hex668255E0403B8b5916
Octal61504513601007321313126
Binary110110100010010110111100100000011101110001011101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #066825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #066825; }

 p { color: rgb(6,104,37); }

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

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

 a { background-color: rgb(6,104,37); }

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

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

 span { border-color: rgb(6,104,37); }

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