Html Css Color HEX #01761A Green

📋 copy color: '#01761A'

red 1 ◦ green 118 ◦ blue 26

#01761A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green #01761A

Tints of Green #01761A

RGB

 RED value IS 1 (0.78% from 255) = 0.69%

 GREEN value IS 118 (46.48% from 255) = 81.38%

 BLUE value IS 26 (10.55% from 255) = 17.93%

R = 0.69%
G = 81.38%
B = 17.93%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.78

 K value IS 0.54

RGB Variations

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

Color information

#01761A (or 0x01761A) is known color: Green. HEX triplet: 01, 76 and 1A. RGB value is (1,118,26). Sum of RGB (Red+Green+Blue) = 1+118+26=145 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.69% from 145); Green value is 118 (46.48% from 255 or 81.38% from 145); Blue value is 26 (10.55% from 255 or 17.93% from 145); Max value from RGB is 118 - color contains mainly: green. Hex color #01761A is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01761A is #FE89E5. Grayscale: #484848. Windows color (decimal): -16681446 or 1734145. OLE color: 1734145.

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

Color convert

RGB 1 118 26 -
CMYK 0.99 0 0.78 0.54
HSL 132.82º 0.98% 0.23% -
HSV(B) 132.82º 0.99% 0.46% -
XYZ 6.68 13.04 3.14 -
YUV 72.53 101.74 76.98 -
System Red Green Blue C M Y K H S L
Decimal 1 118 26 0.99 0 0.78 0.54 132.82 0.98 0.23
Hex 1 76 1A 63 0 4E 36 85 62 17
Octal 1 166 32 143 0 116 66 205 142 27
Binary 1 1110110 11010 1100011 0 1001110 110110 10000101 1100010 10111

Color Harmonies of #01761A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01761A

Black with #01761A

Text Example


Text Example

White with #01761A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #01761A;
 }
 .AnyTagClassName
 {
   color: #01761A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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