#006728

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

Shades of Crusoe #006728

Tints of Crusoe #006728

Color information

#006728 (or 0x006728) is unknown color: approx Crusoe. HEX triplet: 00, 67 and 28. RGB value is (0,103,40). Sum of RGB (Red+Green+Blue) = 0+103+40=143 (18% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 143); Green value is 103 (40.62% from 255 or 72.03% from 143); Blue value is 40 (16.02% from 255 or 27.97% from 143); Max value from RGB is 103 - color contains mainly: green. Hex color #006728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #006728 is #FF98D7. Grayscale: #414141. Windows color (decimal): -16750808 or 2647808. OLE color: 2647808.

HSL color Cylindrical-coordinate representation of color #006728: hue angle of 143.3º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #006728 is Cyan = 1, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.60.

Color convert

RGB010340-
CMYK100.610.60
HSL143.3º100%20.2%-
HSV(B)143.3º100%40.39%-
XYZ5.239.853.63-
YUV65.02113.8881.62-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 103 (40.62% from 255) = 72.03%
BLUE value IS 40 (16.02% from 255) = 27.97%
R=0%
G=72.03%
B=27.97%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.61
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal010340100.610.60143.310020.2
Hex067286403D3C8f6414
Octal0147501440757421714424
Binary011001111010001100100011110111110010001111110010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #006728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #006728; }

 p { color: rgb(0,103,40); }

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

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

 a { background-color: rgb(0,103,40); }

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

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

 span { border-color: rgb(0,103,40); }

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