Html Css Color HEX #127610 Green

📋 copy color: '#127610'

red 18 ◦ green 118 ◦ blue 16

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

Shades of Green #127610

Tints of Green #127610

RGB

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

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

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

R = 11.84%
G = 77.63%
B = 10.53%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.86

 K value IS 0.54

RGB Variations

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

Color information

#127610 (or 0x127610) is known color: Green. HEX triplet: 12, 76 and 10. RGB value is (18,118,16). Sum of RGB (Red+Green+Blue) = 18+118+16=152 (20% of max value = 765). Red value is 18 (7.42% from 255 or 11.84% from 152); Green value is 118 (46.48% from 255 or 77.63% from 152); Blue value is 16 (6.64% from 255 or 10.53% from 152); Max value from RGB is 118 - color contains mainly: green. Hex color #127610 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127610 is #ED89EF. Grayscale: #4C4C4C. Windows color (decimal): -15567344 or 1078802. OLE color: 1078802.

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

Color convert

RGB 18 118 16 -
CMYK 0.85 0 0.86 0.54
HSL 118.82º 0.76% 0.26% -
HSV(B) 118.82º 0.86% 0.46% -
XYZ 6.82 13.12 2.66 -
YUV 76.47 93.87 86.29 -
System Red Green Blue C M Y K H S L
Decimal 18 118 16 0.85 0 0.86 0.54 118.82 0.76 0.26
Hex 12 76 10 55 0 56 36 77 4C 1A
Octal 22 166 20 125 0 126 66 167 114 32
Binary 10010 1110110 10000 1010101 0 1010110 110110 1110111 1001100 11010

Color Harmonies of #127610

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127610

Black with #127610

Text Example


Text Example

White with #127610

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127610; }

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

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

background-color css

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

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

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

border-color css

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

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

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