Html Css Color HEX #128575 Elf Green

📋 copy color: '#128575'

red 18 ◦ green 133 ◦ blue 117

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

Shades of Elf Green #128575

Tints of Elf Green #128575

RGB

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

 GREEN value IS 133 (52.34% from 255) = 49.63%

 BLUE value IS 117 (46.09% from 255) = 43.66%

R = 6.72%
G = 49.63%
B = 43.66%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.12

 K value IS 0.48

RGB Variations

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

Color information

#128575 (or 0x128575) is known color: Elf Green. HEX triplet: 12, 85 and 75. RGB value is (18,133,117). Sum of RGB (Red+Green+Blue) = 18+133+117=268 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.72% from 268); Green value is 133 (52.34% from 255 or 49.63% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 133 - color contains mainly: green. Hex color #128575 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128575 is #ED7A8A. Grayscale: #606060. Windows color (decimal): -15563403 or 7701778. OLE color: 7701778.

HSL color Cylindrical-coordinate representation of color #128575: hue angle of 171.65º degrees, saturation: 0.76, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #128575 is Cyan = 0.86, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.48.

Color convert

RGB 18 133 117 -
CMYK 0.86 0 0.12 0.48
HSL 171.65º 0.76% 0.3% -
HSV(B) 171.65º 0.86% 0.52% -
XYZ 11.85 18.19 19.72 -
YUV 96.79 139.4 71.8 -
System Red Green Blue C M Y K H S L
Decimal 18 133 117 0.86 0 0.12 0.48 171.65 0.76 0.3
Hex 12 85 75 56 0 C 30 AC 4C 1E
Octal 22 205 165 126 0 14 60 254 114 36
Binary 10010 10000101 1110101 1010110 0 1100 110000 10101100 1001100 11110

Color Harmonies of #128575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128575

Black with #128575

Text Example


Text Example

White with #128575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128575; }

 p { color: rgb(18,133,117); }

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

background-color css

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

 a { background-color: rgb(18,133,117); }

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

border-color css

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

 span { border-color: rgb(18,133,117); }

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