#00792A

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

Shades of Crusoe #00792A

Tints of Crusoe #00792A

Color information

#00792A (or 0x00792A) is unknown color: approx Crusoe. HEX triplet: 00, 79 and 2A. RGB value is (0,121,42). Sum of RGB (Red+Green+Blue) = 0+121+42=163 (21% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 163); Green value is 121 (47.66% from 255 or 74.23% from 163); Blue value is 42 (16.80% from 255 or 25.77% from 163); Max value from RGB is 121 - color contains mainly: green. Hex color #00792A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00792A is #FF86D5. Grayscale: #4C4C4C. Windows color (decimal): -16746198 or 2783488. OLE color: 2783488.

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

Color convert

RGB012142-
CMYK100.650.53
HSL140.83º100%23.73%-
HSV(B)140.83º100%47.45%-
XYZ7.2613.844.48-
YUV75.82108.9173.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 121 (47.66% from 255) = 74.23%
BLUE value IS 42 (16.80% from 255) = 25.77%
R=0%
G=74.23%
B=25.77%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal012142100.650.53140.8310023.73
Hex0792A64041358d6418
Octal01715214401016521514430
Binary0111100110101011001000100000111010110001101110010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00792A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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