#127641

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

Shades of Dark Spring Green #127641

Tints of Dark Spring Green #127641

Color information

#127641 (or 0x127641) is unknown color: approx Dark Spring Green. HEX triplet: 12, 76 and 41. RGB value is (18,118,65). Sum of RGB (Red+Green+Blue) = 18+118+65=201 (26% of max value = 765). Red value is 18 (7.42% from 255 or 8.96% from 201); Green value is 118 (46.48% from 255 or 58.71% from 201); Blue value is 65 (25.78% from 255 or 32.34% from 201); Max value from RGB is 118 - color contains mainly: green. Hex color #127641 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #127641 is #ED89BE. Grayscale: #525252. Windows color (decimal): -15567295 or 4290066. OLE color: 4290066.

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

Color convert

RGB1811865-
CMYK0.8500.450.54
HSL148.2º73.53%26.67%-
HSV(B)148.2º84.75%46.27%-
XYZ7.6813.477.2-
YUV82.06118.3782.31-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 8.96%
GREEN value IS 118 (46.48% from 255) = 58.71%
BLUE value IS 65 (25.78% from 255) = 32.34%
R=8.96%
G=58.71%
B=32.34%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal18118650.8500.450.54148.273.5326.67
Hex1276415502D36944a1b
Octal221661011250556622411233
Binary10010111011010000011010101010110111011010010100100101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #127641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #127641; }

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

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

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

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

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

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

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

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