#006C1E

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

Shades of Crusoe #006C1E

Tints of Crusoe #006C1E

Color information

#006C1E (or 0x006C1E) is unknown color: approx Crusoe. HEX triplet: 00, 6C and 1E. RGB value is (0,108,30). Sum of RGB (Red+Green+Blue) = 0+108+30=138 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 138); Green value is 108 (42.58% from 255 or 78.26% from 138); Blue value is 30 (12.11% from 255 or 21.74% from 138); Max value from RGB is 108 - color contains mainly: green. Hex color #006C1E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006C1E is #FF93E1. Grayscale: #434343. Windows color (decimal): -16749538 or 1993728. OLE color: 1993728.

HSL color Cylindrical-coordinate representation of color #006C1E: hue angle of 136.67º degrees, saturation: 1, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006C1E is Cyan = 1, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.58.

Color convert

RGB010830-
CMYK100.720.58
HSL136.67º100%21.18%-
HSV(B)136.67º100%42.35%-
XYZ5.610.823.02-
YUV66.82107.2280.34-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 108 (42.58% from 255) = 78.26%
BLUE value IS 30 (12.11% from 255) = 21.74%
R=0%
G=78.26%
B=21.74%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal010830100.720.58136.6710021.18
Hex06C1E640483A896415
Octal01543614401107221114425
Binary011011001111011001000100100011101010001001110010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006C1E; }

 p { color: rgb(0,108,30); }

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

<style>
 a { background-color: #006C1E; }

 a { background-color: rgb(0,108,30); }

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

<style>
 span { border-color: #006C1E; }

 span { border-color: rgb(0,108,30); }

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