#00762B

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

Shades of Crusoe #00762B

Tints of Crusoe #00762B

Color information

#00762B (or 0x00762B) is unknown color: approx Crusoe. HEX triplet: 00, 76 and 2B. RGB value is (0,118,43). Sum of RGB (Red+Green+Blue) = 0+118+43=161 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 161); Green value is 118 (46.48% from 255 or 73.29% from 161); Blue value is 43 (17.19% from 255 or 26.71% from 161); Max value from RGB is 118 - color contains mainly: green. Hex color #00762B is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00762B is #FF89D4. Grayscale: #4A4A4A. Windows color (decimal): -16746965 or 2848256. OLE color: 2848256.

HSL color Cylindrical-coordinate representation of color #00762B: hue angle of 141.86º 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 #00762B is Cyan = 1, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB011843-
CMYK100.640.54
HSL141.86º100%23.14%-
HSV(B)141.86º100%46.27%-
XYZ6.9113.134.46-
YUV74.17110.4175.1-

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.29%
BLUE value IS 43 (17.19% from 255) = 26.71%
R=0%
G=73.29%
B=26.71%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011843100.640.54141.8610023.14
Hex0762B64040368e6417
Octal01665314401006621614427
Binary0111011010101111001000100000011011010001110110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00762B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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