#06701F

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

Shades of Crusoe #06701F

Tints of Crusoe #06701F

Color information

#06701F (or 0x06701F) is unknown color: approx Crusoe. HEX triplet: 06, 70 and 1F. RGB value is (6,112,31). Sum of RGB (Red+Green+Blue) = 6+112+31=149 (19% of max value = 765). Red value is 6 (2.73% from 255 or 4.03% from 149); Green value is 112 (44.14% from 255 or 75.17% from 149); Blue value is 31 (12.5% from 255 or 20.81% from 149); Max value from RGB is 112 - color contains mainly: green. Hex color #06701F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #06701F is #F98FE0. Grayscale: #474747. Windows color (decimal): -16355297 or 2060294. OLE color: 2060294.

HSL color Cylindrical-coordinate representation of color #06701F: hue angle of 134.15º degrees, saturation: 0.9, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #06701F is Cyan = 0.95, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.56.

Color convert

RGB611231-
CMYK0.9500.720.56
HSL134.15º89.83%23.14%-
HSV(B)134.15º94.64%43.92%-
XYZ6.1211.733.24-
YUV71.07105.3881.59-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 4.03%
GREEN value IS 112 (44.14% from 255) = 75.17%
BLUE value IS 31 (12.5% from 255) = 20.81%
R=4.03%
G=75.17%
B=20.81%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal6112310.9500.720.56134.1589.8323.14
Hex6701F5F04838865a17
Octal61603713701107020613227
Binary11011100001111110111110100100011100010000110101101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #06701F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(6,112,31); }

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

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

 a { background-color: rgb(6,112,31); }

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

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

 span { border-color: rgb(6,112,31); }

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