#01761F

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

Shades of Green #01761F

Tints of Green #01761F

Color information

#01761F (or 0x01761F) is unknown color: approx Green. HEX triplet: 01, 76 and 1F. RGB value is (1,118,31). Sum of RGB (Red+Green+Blue) = 1+118+31=150 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.67% from 150); Green value is 118 (46.48% from 255 or 78.67% from 150); Blue value is 31 (12.5% from 255 or 20.67% from 150); Max value from RGB is 118 - color contains mainly: green. Hex color #01761F is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01761F is #FE89E0. Grayscale: #494949. Windows color (decimal): -16681441 or 2061825. OLE color: 2061825.

HSL color Cylindrical-coordinate representation of color #01761F: hue angle of 135.38º 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 #01761F is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.54.

Color convert

RGB111831-
CMYK0.9900.740.54
HSL135.38º98.32%23.33%-
HSV(B)135.38º99.15%46.27%-
XYZ6.7413.063.46-
YUV73.1104.2476.57-

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) = 78.67%
BLUE value IS 31 (12.5% from 255) = 20.67%
R=0.67%
G=78.67%
B=20.67%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1118310.9900.740.54135.3898.3223.33
Hex1761F6304A36876217
Octal11663714301126620714227
Binary111101101111111000110100101011011010000111110001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01761F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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