#007728

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

Shades of Crusoe #007728

Tints of Crusoe #007728

Color information

#007728 (or 0x007728) is unknown color: approx Crusoe. HEX triplet: 00, 77 and 28. RGB value is (0,119,40). Sum of RGB (Red+Green+Blue) = 0+119+40=159 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 159); Green value is 119 (46.88% from 255 or 74.84% from 159); Blue value is 40 (16.02% from 255 or 25.16% from 159); Max value from RGB is 119 - color contains mainly: green. Hex color #007728 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007728 is #FF88D7. Grayscale: #4A4A4A. Windows color (decimal): -16746712 or 2651904. OLE color: 2651904.

HSL color Cylindrical-coordinate representation of color #007728: hue angle of 140.17º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007728 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB011940-
CMYK100.660.53
HSL140.17º100%23.33%-
HSV(B)140.17º100%46.67%-
XYZ6.9813.354.22-
YUV74.41108.5874.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 119 (46.88% from 255) = 74.84%
BLUE value IS 40 (16.02% from 255) = 25.16%
R=0%
G=74.84%
B=25.16%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011940100.660.53140.1710023.33
Hex0772864042358c6417
Octal01675014401026521414427
Binary0111011110100011001000100001011010110001100110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007728

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007728; }

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

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

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

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

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

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

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

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