Html Css Color HEX #127700 Green

📋 copy color: '#127700'

red 18 ◦ green 119 ◦ blue 0

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

Shades of Green #127700

Tints of Green #127700

RGB

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

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

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

R = 13.14%
G = 86.86%
B = 0%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 1

 K value IS 0.53

RGB Variations

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

Color information

#127700 (or 0x127700) is known color: Green. HEX triplet: 12, 77 and 00. RGB value is (18,119,0). Sum of RGB (Red+Green+Blue) = 18+119+0=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 119 (46.88% from 255 or 86.86% from 137); Blue value is 0 (0.39% from 255 or 0% from 137); Max value from RGB is 119 - color contains mainly: green. Hex color #127700 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127700 is #ED88FF. Grayscale: #4B4B4B. Windows color (decimal): -15567104 or 30482. OLE color: 30482.

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

Color convert

RGB 18 119 0 -
CMYK 0.85 0 1 0.53
HSL 110.92º 1% 0.23% -
HSV(B) 110.92º 1% 0.47% -
XYZ 6.85 13.32 2.21 -
YUV 75.24 85.54 87.18 -
System Red Green Blue C M Y K H S L
Decimal 18 119 0 0.85 0 1 0.53 110.92 1 0.23
Hex 12 77 0 55 0 64 35 6F 64 17
Octal 22 167 0 125 0 144 65 157 144 27
Binary 10010 1110111 0 1010101 0 1100100 110101 1101111 1100100 10111

Color Harmonies of #127700

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127700

Black with #127700

Text Example


Text Example

White with #127700

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127700; }

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

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

background-color css

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

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

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

border-color css

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

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

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