#007729

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

Shades of Crusoe #007729

Tints of Crusoe #007729

Color information

#007729 (or 0x007729) is unknown color: approx Crusoe. HEX triplet: 00, 77 and 29. RGB value is (0,119,41). Sum of RGB (Red+Green+Blue) = 0+119+41=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 119 (46.88% from 255 or 74.38% from 160); Blue value is 41 (16.41% from 255 or 25.62% from 160); Max value from RGB is 119 - color contains mainly: green. Hex color #007729 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #007729 is #FF88D6. Grayscale: #4A4A4A. Windows color (decimal): -16746711 or 2717440. OLE color: 2717440.

HSL color Cylindrical-coordinate representation of color #007729: hue angle of 140.67º 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 #007729 is Cyan = 1, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB011941-
CMYK100.660.53
HSL140.67º100%23.33%-
HSV(B)140.67º100%46.67%-
XYZ713.354.31-
YUV74.53109.0874.84-

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.38%
BLUE value IS 41 (16.41% from 255) = 25.62%
R=0%
G=74.38%
B=25.62%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011941100.660.53140.6710023.33
Hex0772964042358d6417
Octal01675114401026521514427
Binary0111011110100111001000100001011010110001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007729

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007729; }

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

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

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

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

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

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

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

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