Html Css Color HEX #127601 Green

📋 copy color: '#127601'

red 18 ◦ green 118 ◦ blue 1

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

Shades of Green #127601

Tints of Green #127601

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.73%

R = 13.14%
G = 86.13%
B = 0.73%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#127601 (or 0x127601) is known color: Green. HEX triplet: 12, 76 and 01. RGB value is (18,118,1). Sum of RGB (Red+Green+Blue) = 18+118+1=137 (18% of max value = 765). Red value is 18 (7.42% from 255 or 13.14% from 137); Green value is 118 (46.48% from 255 or 86.13% from 137); Blue value is 1 (0.78% from 255 or 0.73% from 137); Max value from RGB is 118 - color contains mainly: green. Hex color #127601 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127601 is #ED89FE. Grayscale: #4B4B4B. Windows color (decimal): -15567359 or 95762. OLE color: 95762.

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

Color convert

RGB 18 118 1 -
CMYK 0.85 0 0.99 0.54
HSL 111.28º 0.98% 0.23% -
HSV(B) 111.28º 0.99% 0.46% -
XYZ 6.73 13.09 2.2 -
YUV 74.76 86.37 87.51 -
System Red Green Blue C M Y K H S L
Decimal 18 118 1 0.85 0 0.99 0.54 111.28 0.98 0.23
Hex 12 76 1 55 0 63 36 6F 62 17
Octal 22 166 1 125 0 143 66 157 142 27
Binary 10010 1110110 1 1010101 0 1100011 110110 1101111 1100010 10111

Color Harmonies of #127601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #127601

Black with #127601

Text Example


Text Example

White with #127601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #127601; }

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

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

background-color css

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

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

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

border-color css

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

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

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