Html Css Color HEX #127710 Green

📋 copy color: '#127710'

red 18 ◦ green 119 ◦ blue 16

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

Shades of Green #127710

Tints of Green #127710

RGB

 RED value IS 18 (7.42% from 255) = 11.76%

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

 BLUE value IS 16 (6.64% from 255) = 10.46%

R = 11.76%
G = 77.78%
B = 10.46%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.87

 K value IS 0.53

RGB Variations

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

Color information

#127710 (or 0x127710) is known color: Green. HEX triplet: 12, 77 and 10. RGB value is (18,119,16). Sum of RGB (Red+Green+Blue) = 18+119+16=153 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.76% from 153); Green value is 119 (46.88% from 255 or 77.78% from 153); Blue value is 16 (6.64% from 255 or 10.46% from 153); Max value from RGB is 119 - color contains mainly: green. Hex color #127710 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127710 is #ED88EF. Grayscale: #4D4D4D. Windows color (decimal): -15567088 or 1079058. OLE color: 1079058.

HSL color Cylindrical-coordinate representation of color #127710: hue angle of 118.83º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #127710 is Cyan = 0.85, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.53.

Color convert

RGB 18 119 16 -
CMYK 0.85 0 0.87 0.53
HSL 118.83º 0.76% 0.26% -
HSV(B) 118.83º 0.87% 0.47% -
XYZ 6.94 13.36 2.7 -
YUV 77.06 93.54 85.88 -
System Red Green Blue C M Y K H S L
Decimal 18 119 16 0.85 0 0.87 0.53 118.83 0.76 0.26
Hex 12 77 10 55 0 57 35 77 4C 1A
Octal 22 167 20 125 0 127 65 167 114 32
Binary 10010 1110111 10000 1010101 0 1010111 110101 1110111 1001100 11010

Color Harmonies of #127710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127710

Black with #127710

Text Example


Text Example

White with #127710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127710; }

 p { color: rgb(18,119,16); }

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

background-color css

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

 a { background-color: rgb(18,119,16); }

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

border-color css

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

 span { border-color: rgb(18,119,16); }

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