#00772A

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

Shades of Crusoe #00772A

Tints of Crusoe #00772A

Color information

#00772A (or 0x00772A) is unknown color: approx Crusoe. HEX triplet: 00, 77 and 2A. RGB value is (0,119,42). Sum of RGB (Red+Green+Blue) = 0+119+42=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 119 (46.88% from 255 or 73.91% from 161); Blue value is 42 (16.80% from 255 or 26.09% from 161); Max value from RGB is 119 - color contains mainly: green. Hex color #00772A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00772A is #FF88D5. Grayscale: #4A4A4A. Windows color (decimal): -16746710 or 2782976. OLE color: 2782976.

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

Color convert

RGB011942-
CMYK100.650.53
HSL141.18º100%23.33%-
HSV(B)141.18º100%46.67%-
XYZ7.0113.364.4-
YUV74.64109.5874.76-

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) = 73.91%
BLUE value IS 42 (16.80% from 255) = 26.09%
R=0%
G=73.91%
B=26.09%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal011942100.650.53141.1810023.33
Hex0772A64041358d6417
Octal01675214401016521514427
Binary0111011110101011001000100000111010110001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00772A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #00772A; }

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

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

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

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

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

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

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

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