Html Css Color HEX #01770F Green

📋 copy color: '#01770F'

red 1 ◦ green 119 ◦ blue 15

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

Shades of Green #01770F

Tints of Green #01770F

RGB

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

 GREEN value IS 119 (46.88% from 255) = 88.15%

 BLUE value IS 15 (6.25% from 255) = 11.11%

R = 0.74%
G = 88.15%
B = 11.11%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#01770F (or 0x01770F) is known color: Green. HEX triplet: 01, 77 and 0F. RGB value is (1,119,15). Sum of RGB (Red+Green+Blue) = 1+119+15=135 (17% of max value = 765). Red value is 1 (0.78% from 255 or 0.74% from 135); Green value is 119 (46.88% from 255 or 88.15% from 135); Blue value is 15 (6.25% from 255 or 11.11% from 135); Max value from RGB is 119 - color contains mainly: green. Hex color #01770F is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #01770F is #FE88F0. Grayscale: #484848. Windows color (decimal): -16681201 or 1013505. OLE color: 1013505.

HSL color Cylindrical-coordinate representation of color #01770F: hue angle of 127.12º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01770F is Cyan = 0.99, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 1 119 15 -
CMYK 0.99 0 0.87 0.53
HSL 127.12º 0.98% 0.24% -
HSV(B) 127.12º 0.99% 0.47% -
XYZ 6.7 13.23 2.65 -
YUV 71.86 95.91 77.46 -
System Red Green Blue C M Y K H S L
Decimal 1 119 15 0.99 0 0.87 0.53 127.12 0.98 0.24
Hex 1 77 F 63 0 57 35 7F 62 18
Octal 1 167 17 143 0 127 65 177 142 30
Binary 1 1110111 1111 1100011 0 1010111 110101 1111111 1100010 11000

Color Harmonies of #01770F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01770F

Black with #01770F

Text Example


Text Example

White with #01770F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,119,15); }

 H1.HeaderClassName
 {
   color: #01770F;
 }
 .AnyTagClassName
 {
   color: #01770F;
 }
</style>

background-color css

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

 a { background-color: rgb(1,119,15); }

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

border-color css

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

 span { border-color: rgb(1,119,15); }

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