Html Css Color HEX #127600 Green

📋 copy color: '#127600'

red 18 ◦ green 118 ◦ blue 0

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

Shades of Green #127600

Tints of Green #127600

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 13.24%
G = 86.76%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#127600 (or 0x127600) is known color: Green. HEX triplet: 12, 76 and 00. RGB value is (18,118,0). Sum of RGB (Red+Green+Blue) = 18+118+0=136 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.24% from 136); Green value is 118 (46.48% from 255 or 86.76% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 118 - color contains mainly: green. Hex color #127600 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127600 is #ED89FF. Grayscale: #4B4B4B. Windows color (decimal): -15567360 or 30226. OLE color: 30226.

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

Color convert

RGB 18 118 0 -
CMYK 0.85 0 1 0.54
HSL 110.85º 1% 0.23% -
HSV(B) 110.85º 1% 0.46% -
XYZ 6.73 13.09 2.17 -
YUV 74.65 85.87 87.59 -
System Red Green Blue C M Y K H S L
Decimal 18 118 0 0.85 0 1 0.54 110.85 1 0.23
Hex 12 76 0 55 0 64 36 6F 64 17
Octal 22 166 0 125 0 144 66 157 144 27
Binary 10010 1110110 0 1010101 0 1100100 110110 1101111 1100100 10111

Color Harmonies of #127600

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127600

Black with #127600

Text Example


Text Example

White with #127600

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127600; }

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

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

background-color css

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

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

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

border-color css

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

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

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