#01761E

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

Shades of Green #01761E

Tints of Green #01761E

Color information

#01761E (or 0x01761E) is unknown color: approx Green. HEX triplet: 01, 76 and 1E. RGB value is (1,118,30). Sum of RGB (Red+Green+Blue) = 1+118+30=149 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 149); Green value is 118 (46.48% from 255 or 79.19% from 149); Blue value is 30 (12.11% from 255 or 20.13% from 149); Max value from RGB is 118 - color contains mainly: green. Hex color #01761E is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01761E is #FE89E1. Grayscale: #494949. Windows color (decimal): -16681442 or 1996289. OLE color: 1996289.

HSL color Cylindrical-coordinate representation of color #01761E: hue angle of 134.87º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01761E is Cyan = 0.99, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.54.

Color convert

RGB111830-
CMYK0.9900.750.54
HSL134.87º98.32%23.33%-
HSV(B)134.87º99.15%46.27%-
XYZ6.7313.063.39-
YUV72.98103.7476.66-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.67%
GREEN value IS 118 (46.48% from 255) = 79.19%
BLUE value IS 30 (12.11% from 255) = 20.13%
R=0.67%
G=79.19%
B=20.13%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118300.9900.750.54134.8798.3223.33
Hex1761E6304B36876217
Octal11663614301136620714227
Binary111101101111011000110100101111011010000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01761E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01761E; }

 p { color: rgb(1,118,30); }

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

<style>
 a { background-color: #01761E; }

 a { background-color: rgb(1,118,30); }

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

<style>
 span { border-color: #01761E; }

 span { border-color: rgb(1,118,30); }

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