#06682F

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

Shades of Crusoe #06682F

Tints of Crusoe #06682F

Color information

#06682F (or 0x06682F) is unknown color: approx Crusoe. HEX triplet: 06, 68 and 2F. RGB value is (6,104,47). Sum of RGB (Red+Green+Blue) = 6+104+47=157 (20% of max value = 765). Red value is 6 (2.73% from 255 or 3.82% from 157); Green value is 104 (41.02% from 255 or 66.24% from 157); Blue value is 47 (18.75% from 255 or 29.94% from 157); Max value from RGB is 104 - color contains mainly: green. Hex color #06682F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06682F is #F997D0. Grayscale: #444444. Windows color (decimal): -16357329 or 3106822. OLE color: 3106822.

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

Color convert

RGB610447-
CMYK0.9400.550.59
HSL145.1º89.09%21.57%-
HSV(B)145.1º94.23%40.78%-
XYZ5.5410.144.36-
YUV68.2116.0383.63-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 3.82%
GREEN value IS 104 (41.02% from 255) = 66.24%
BLUE value IS 47 (18.75% from 255) = 29.94%
R=3.82%
G=66.24%
B=29.94%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal6104470.9400.550.59145.189.0921.57
Hex6682F5E0373B915916
Octal6150571360677322113126
Binary11011010001011111011110011011111101110010001101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #06682F; }

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

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

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

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

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

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

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

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