Html Css Color HEX #01720B Green

📋 copy color: '#01720B'

red 1 ◦ green 114 ◦ blue 11

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

Shades of Green #01720B

Tints of Green #01720B

RGB

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

 GREEN value IS 114 (44.92% from 255) = 90.48%

 BLUE value IS 11 (4.69% from 255) = 8.73%

R = 0.79%
G = 90.48%
B = 8.73%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#01720B (or 0x01720B) is known color: Green. HEX triplet: 01, 72 and 0B. RGB value is (1,114,11). Sum of RGB (Red+Green+Blue) = 1+114+11=126 (16% of max value = 765). Red value is 1 (0.78% from 255 or 0.79% from 126); Green value is 114 (44.92% from 255 or 90.48% from 126); Blue value is 11 (4.69% from 255 or 8.73% from 126); Max value from RGB is 114 - color contains mainly: green. Hex color #01720B is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01720B is #FE8DF4. Grayscale: #444444. Windows color (decimal): -16682485 or 750081. OLE color: 750081.

HSL color Cylindrical-coordinate representation of color #01720B: hue angle of 125.31º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01720B is Cyan = 0.99, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 11 -
CMYK 0.99 0 0.90 0.55
HSL 125.31º 0.98% 0.23% -
HSV(B) 125.31º 0.99% 0.45% -
XYZ 6.09 12.07 2.32 -
YUV 68.47 95.56 79.88 -
System Red Green Blue C M Y K H S L
Decimal 1 114 11 0.99 0 0.90 0.55 125.31 0.98 0.23
Hex 1 72 B 63 0 5A 37 7D 62 17
Octal 1 162 13 143 0 132 67 175 142 27
Binary 1 1110010 1011 1100011 0 1011010 110111 1111101 1100010 10111

Color Harmonies of #01720B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01720B

Black with #01720B

Text Example


Text Example

White with #01720B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01720B; }

 p { color: rgb(1,114,11); }

 H1.HeaderClassName
 {
   color: #01720B;
 }
 .AnyTagClassName
 {
   color: #01720B;
 }
</style>

background-color css

<style>
 a { background-color: #01720B; }

 a { background-color: rgb(1,114,11); }

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

border-color css

<style>
 span { border-color: #01720B; }

 span { border-color: rgb(1,114,11); }

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