#127608

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

Shades of Green #127608

Tints of Green #127608

Color information

#127608 (or 0x127608) is unknown color: approx Green. HEX triplet: 12, 76 and 08. RGB value is (18,118,8). Sum of RGB (Red+Green+Blue) = 18+118+8=144 (19% of max value = 765). Red value is 18 (7.42% from 255 or 12.5% from 144); Green value is 118 (46.48% from 255 or 81.94% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 118 - color contains mainly: green. Hex color #127608 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127608 is #ED89F7. Grayscale: #4B4B4B. Windows color (decimal): -15567352 or 554514. OLE color: 554514.

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

Color convert

RGB181188-
CMYK0.8500.930.54
HSL114.55º87.3%24.71%-
HSV(B)114.55º93.22%46.27%-
XYZ6.7713.12.4-
YUV75.5689.8786.94-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.5%
GREEN value IS 118 (46.48% from 255) = 81.94%
BLUE value IS 8 (3.52% from 255) = 5.56%
R=12.5%
G=81.94%
B=5.56%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1811880.8500.930.54114.5587.324.71
Hex127685505D36735719
Octal221661012501356616312731
Binary10010111011010001010101010111011101101110011101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127608

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127608; }

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

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

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

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

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

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

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

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