Html Css Color HEX #01761C Green

📋 copy color: '#01761C'

red 1 ◦ green 118 ◦ blue 28

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

Shades of Green #01761C

Tints of Green #01761C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 19.05%

R = 0.68%
G = 80.27%
B = 19.05%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.76

 K value IS 0.54

RGB Variations

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

Color information

#01761C (or 0x01761C) is known color: Green. HEX triplet: 01, 76 and 1C. RGB value is (1,118,28). Sum of RGB (Red+Green+Blue) = 1+118+28=147 (19% of max value = 765). Red value is 1 (0.78% from 255 or 0.68% from 147); Green value is 118 (46.48% from 255 or 80.27% from 147); Blue value is 28 (11.33% from 255 or 19.05% from 147); Max value from RGB is 118 - color contains mainly: green. Hex color #01761C is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #01761C is #FE89E3. Grayscale: #484848. Windows color (decimal): -16681444 or 1865217. OLE color: 1865217.

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

Color convert

RGB 1 118 28 -
CMYK 0.99 0 0.76 0.54
HSL 133.85º 0.98% 0.23% -
HSV(B) 133.85º 0.99% 0.46% -
XYZ 6.7 13.05 3.26 -
YUV 72.76 102.74 76.82 -
System Red Green Blue C M Y K H S L
Decimal 1 118 28 0.99 0 0.76 0.54 133.85 0.98 0.23
Hex 1 76 1C 63 0 4C 36 86 62 17
Octal 1 166 34 143 0 114 66 206 142 27
Binary 1 1110110 11100 1100011 0 1001100 110110 10000110 1100010 10111

Color Harmonies of #01761C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01761C

Black with #01761C

Text Example


Text Example

White with #01761C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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