#127906

Color #127906 Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Green #127906

Tints of Green #127906

Color information

#127906 (or 0x127906) is unknown color: approx Green. HEX triplet: 12, 79 and 06. RGB value is (18,121,6). Sum of RGB (Red+Green+Blue) = 18+121+6=145 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.41% from 145); Green value is 121 (47.66% from 255 or 83.45% from 145); Blue value is 6 (2.73% from 255 or 4.14% from 145); Max value from RGB is 121 - color contains mainly: green. Hex color #127906 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127906 is #ED86F9. Grayscale: #4D4D4D. Windows color (decimal): -15566586 or 424210. OLE color: 424210.

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

Color convert

RGB181216-
CMYK0.8500.950.53
HSL113.74º90.55%24.9%-
HSV(B)113.74º95.04%47.45%-
XYZ7.1213.822.46-
YUV77.0987.8885.85-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.41%
GREEN value IS 121 (47.66% from 255) = 83.45%
BLUE value IS 6 (2.73% from 255) = 4.14%
R=12.41%
G=83.45%
B=4.14%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.95
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1812160.8500.950.53113.7490.5524.9
Hex127965505F35725b19
Octal22171612501376516213331
Binary1001011110011101010101010111111101011110010101101111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127906

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127906; }

 p { color: rgb(18,121,6); }

 H1.HeaderClassName
 {
   color: #127906;
 }
 .AnyTagClassName
 {
   color: #127906;
 }
</style>
background-color css

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

 a { background-color: rgb(18,121,6); }

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

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

 span { border-color: rgb(18,121,6); }

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