#00681F

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

Shades of Crusoe #00681F

Tints of Crusoe #00681F

Color information

#00681F (or 0x00681F) is unknown color: approx Crusoe. HEX triplet: 00, 68 and 1F. RGB value is (0,104,31). Sum of RGB (Red+Green+Blue) = 0+104+31=135 (17% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 135); Green value is 104 (41.02% from 255 or 77.04% from 135); Blue value is 31 (12.5% from 255 or 22.96% from 135); Max value from RGB is 104 - color contains mainly: green. Hex color #00681F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00681F is #FF97E0. Grayscale: #404040. Windows color (decimal): -16750561 or 2058240. OLE color: 2058240.

HSL color Cylindrical-coordinate representation of color #00681F: hue angle of 137.88º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00681F is Cyan = 1, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.59.

Color convert

RGB010431-
CMYK100.700.59
HSL137.88º100%20.39%-
HSV(B)137.88º100%40.78%-
XYZ5.2102.95-
YUV64.58109.0481.94-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 104 (41.02% from 255) = 77.04%
BLUE value IS 31 (12.5% from 255) = 22.96%
R=0%
G=77.04%
B=22.96%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal010431100.700.59137.8810020.39
Hex0681F640463B8a6414
Octal01503714401067321214424
Binary011010001111111001000100011011101110001010110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00681F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(0,104,31); }

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

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

 a { background-color: rgb(0,104,31); }

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

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

 span { border-color: rgb(0,104,31); }

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