Html Css Color HEX #127110 Green

📋 copy color: '#127110'

red 18 ◦ green 113 ◦ blue 16

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

Shades of Green #127110

Tints of Green #127110

RGB

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

 GREEN value IS 113 (44.53% from 255) = 76.87%

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

R = 12.24%
G = 76.87%
B = 10.88%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.86

 K value IS 0.56

RGB Variations

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

Color information

#127110 (or 0x127110) is known color: Green. HEX triplet: 12, 71 and 10. RGB value is (18,113,16). Sum of RGB (Red+Green+Blue) = 18+113+16=147 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.24% from 147); Green value is 113 (44.53% from 255 or 76.87% from 147); Blue value is 16 (6.64% from 255 or 10.88% from 147); Max value from RGB is 113 - color contains mainly: green. Hex color #127110 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127110 is #ED8EEF. Grayscale: #494949. Windows color (decimal): -15568624 or 1077522. OLE color: 1077522.

HSL color Cylindrical-coordinate representation of color #127110: hue angle of 118.76º degrees, saturation: 0.75, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #127110 is Cyan = 0.84, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.56.

Color convert

RGB 18 113 16 -
CMYK 0.84 0 0.86 0.56
HSL 118.76º 0.75% 0.25% -
HSV(B) 118.76º 0.86% 0.44% -
XYZ 6.25 11.98 2.47 -
YUV 73.54 95.53 88.39 -
System Red Green Blue C M Y K H S L
Decimal 18 113 16 0.84 0 0.86 0.56 118.76 0.75 0.25
Hex 12 71 10 54 0 56 38 77 4B 19
Octal 22 161 20 124 0 126 70 167 113 31
Binary 10010 1110001 10000 1010100 0 1010110 111000 1110111 1001011 11001

Color Harmonies of #127110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127110

Black with #127110

Text Example


Text Example

White with #127110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127110; }

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

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

background-color css

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

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

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

border-color css

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

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

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