#006A20

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

Shades of Crusoe #006A20

Tints of Crusoe #006A20

Color information

#006A20 (or 0x006A20) is unknown color: approx Crusoe. HEX triplet: 00, 6A and 20. RGB value is (0,106,32). Sum of RGB (Red+Green+Blue) = 0+106+32=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 106 (41.80% from 255 or 76.81% from 138); Blue value is 32 (12.89% from 255 or 23.19% from 138); Max value from RGB is 106 - color contains mainly: green. Hex color #006A20 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006A20 is #FF95DF. Grayscale: #424242. Windows color (decimal): -16750048 or 2124288. OLE color: 2124288.

HSL color Cylindrical-coordinate representation of color #006A20: hue angle of 138.11º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006A20 is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.58.

Color convert

RGB010632-
CMYK100.700.58
HSL138.11º100%20.78%-
HSV(B)138.11º100%41.57%-
XYZ5.4110.413.09-
YUV65.87108.8881.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 106 (41.80% from 255) = 76.81%
BLUE value IS 32 (12.89% from 255) = 23.19%
R=0%
G=76.81%
B=23.19%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010632100.700.58138.1110020.78
Hex06A20640463A8a6415
Octal01524014401067221214425
Binary0110101010000011001000100011011101010001010110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006A20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006A20; }

 p { color: rgb(0,106,32); }

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

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

 a { background-color: rgb(0,106,32); }

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

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

 span { border-color: rgb(0,106,32); }

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