#127605

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

Shades of Green #127605

Tints of Green #127605

Color information

#127605 (or 0x127605) is unknown color: approx Green. HEX triplet: 12, 76 and 05. RGB value is (18,118,5). Sum of RGB (Red+Green+Blue) = 18+118+5=141 (18% of max value = 765). Red value is 18 (7.42% from 255 or 12.77% from 141); Green value is 118 (46.48% from 255 or 83.69% from 141); Blue value is 5 (2.34% from 255 or 3.55% from 141); Max value from RGB is 118 - color contains mainly: green. Hex color #127605 is not a web safe color. Web safe color analog (approx): #006600. Inversed color of #127605 is #ED89FA. Grayscale: #4B4B4B. Windows color (decimal): -15567355 or 357906. OLE color: 357906.

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

Color convert

RGB181185-
CMYK0.8500.960.54
HSL113.1º91.87%24.12%-
HSV(B)113.1º95.76%46.27%-
XYZ6.7613.12.32-
YUV75.2288.3787.19-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 12.77%
GREEN value IS 118 (46.48% from 255) = 83.69%
BLUE value IS 5 (2.34% from 255) = 3.55%
R=12.77%
G=83.69%
B=3.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.96
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1811850.8500.960.54113.191.8724.12
Hex127655506036715c18
Octal22166512501406616113430
Binary1001011101101011010101011000001101101110001101110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127605

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127605; }

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

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

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

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

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

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

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

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