#00761A

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

Shades of Green #00761A

Tints of Green #00761A

Color information

#00761A (or 0x00761A) is unknown color: approx Green. HEX triplet: 00, 76 and 1A. RGB value is (0,118,26). Sum of RGB (Red+Green+Blue) = 0+118+26=144 (19% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 26 (10.55% from 255 or 18.06% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #00761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #00761A is #FF89E5. Grayscale: #484848. Windows color (decimal): -16746982 or 1734144. OLE color: 1734144.

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

Color convert

RGB011826-
CMYK100.780.54
HSL133.22º100%23.14%-
HSV(B)133.22º100%46.27%-
XYZ6.6613.033.14-
YUV72.23101.9176.48-

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) = 81.94%
BLUE value IS 26 (10.55% from 255) = 18.06%
R=0%
G=81.94%
B=18.06%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal011826100.780.54133.2210023.14
Hex0761A6404E36856417
Octal01663214401166620514427
Binary011101101101011001000100111011011010000101110010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #00761A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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