#06681A

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

Shades of Crusoe #06681A

Tints of Crusoe #06681A

Color information

#06681A (or 0x06681A) is unknown color: approx Crusoe. HEX triplet: 06, 68 and 1A. RGB value is (6,104,26). Sum of RGB (Red+Green+Blue) = 6+104+26=136 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.41% from 136); Green value is 104 (41.02% from 255 or 76.47% from 136); Blue value is 26 (10.55% from 255 or 19.12% from 136); Max value from RGB is 104 - color contains mainly: green. Hex color #06681A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06681A is #F997E5. Grayscale: #424242. Windows color (decimal): -16357350 or 1730566. OLE color: 1730566.

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

Color convert

RGB610426-
CMYK0.9400.750.59
HSL132.24º89.09%21.57%-
HSV(B)132.24º94.23%40.78%-
XYZ5.2110.012.64-
YUV65.81105.5385.34-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.41%
GREEN value IS 104 (41.02% from 255) = 76.47%
BLUE value IS 26 (10.55% from 255) = 19.12%
R=4.41%
G=76.47%
B=19.12%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104260.9400.750.59132.2489.0921.57
Hex6681A5E04B3B845916
Octal61503213601137320413126
Binary11011010001101010111100100101111101110000100101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06681A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06681A; }

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

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

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

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

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

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

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

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