#06681E

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

Shades of Crusoe #06681E

Tints of Crusoe #06681E

Color information

#06681E (or 0x06681E) is unknown color: approx Crusoe. HEX triplet: 06, 68 and 1E. RGB value is (6,104,30). Sum of RGB (Red+Green+Blue) = 6+104+30=140 (18% of max value = 765). Red value is 6 (2.73% from 255 or 4.29% from 140); Green value is 104 (41.02% from 255 or 74.29% from 140); Blue value is 30 (12.11% from 255 or 21.43% from 140); Max value from RGB is 104 - color contains mainly: green. Hex color #06681E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06681E is #F997E1. Grayscale: #424242. Windows color (decimal): -16357346 or 1992710. OLE color: 1992710.

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

Color convert

RGB610430-
CMYK0.9400.710.59
HSL134.69º89.09%21.57%-
HSV(B)134.69º94.23%40.78%-
XYZ5.2610.032.89-
YUV66.26107.5385.02-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.29%
GREEN value IS 104 (41.02% from 255) = 74.29%
BLUE value IS 30 (12.11% from 255) = 21.43%
R=4.29%
G=74.29%
B=21.43%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.71
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104300.9400.710.59134.6989.0921.57
Hex6681E5E0473B875916
Octal61503613601077320713126
Binary11011010001111010111100100011111101110000111101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06681E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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