#00762A

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

Shades of Crusoe #00762A

Tints of Crusoe #00762A

Color information

#00762A (or 0x00762A) is unknown color: approx Crusoe. HEX triplet: 00, 76 and 2A. RGB value is (0,118,42). Sum of RGB (Red+Green+Blue) = 0+118+42=160 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 160); Green value is 118 (46.48% from 255 or 73.75% from 160); Blue value is 42 (16.80% from 255 or 26.25% from 160); Max value from RGB is 118 - color contains mainly: green. Hex color #00762A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00762A is #FF89D5. Grayscale: #4A4A4A. Windows color (decimal): -16746966 or 2782720. OLE color: 2782720.

HSL color Cylindrical-coordinate representation of color #00762A: hue angle of 141.36º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00762A is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB011842-
CMYK100.640.54
HSL141.36º100%23.14%-
HSV(B)141.36º100%46.27%-
XYZ6.913.124.36-
YUV74.05109.9175.18-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 118 (46.48% from 255) = 73.75%
BLUE value IS 42 (16.80% from 255) = 26.25%
R=0%
G=73.75%
B=26.25%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011842100.640.54141.3610023.14
Hex0762A64040368d6417
Octal01665214401006621514427
Binary0111011010101011001000100000011011010001101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00762A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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