Html Css Color HEX #128875 Elf Green

📋 copy color: '#128875'

red 18 ◦ green 136 ◦ blue 117

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

Shades of Elf Green #128875

Tints of Elf Green #128875

RGB

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

 GREEN value IS 136 (53.52% from 255) = 50.18%

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

R = 6.64%
G = 50.18%
B = 43.17%

CMYK

 C value IS 0.87

 M value IS 0

 Y value IS 0.14

 K value IS 0.47

RGB Variations

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

Color information

#128875 (or 0x128875) is known color: Elf Green. HEX triplet: 12, 88 and 75. RGB value is (18,136,117). Sum of RGB (Red+Green+Blue) = 18+136+117=271 (35% of max value = 765). Red value is 18 (7.42% from 255 or 6.64% from 271); Green value is 136 (53.52% from 255 or 50.18% from 271); Blue value is 117 (46.09% from 255 or 43.17% from 271); Max value from RGB is 136 - color contains mainly: green. Hex color #128875 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #128875 is #ED778A. Grayscale: #626262. Windows color (decimal): -15562635 or 7702546. OLE color: 7702546.

HSL color Cylindrical-coordinate representation of color #128875: hue angle of 170.34º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #128875 is Cyan = 0.87, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.47.

Color convert

RGB 18 136 117 -
CMYK 0.87 0 0.14 0.47
HSL 170.34º 0.77% 0.3% -
HSV(B) 170.34º 0.87% 0.53% -
XYZ 12.26 19.02 19.85 -
YUV 98.55 138.41 70.54 -
System Red Green Blue C M Y K H S L
Decimal 18 136 117 0.87 0 0.14 0.47 170.34 0.77 0.3
Hex 12 88 75 57 0 E 2F AA 4D 1E
Octal 22 210 165 127 0 16 57 252 115 36
Binary 10010 10001000 1110101 1010111 0 1110 101111 10101010 1001101 11110

Color Harmonies of #128875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #128875

Black with #128875

Text Example


Text Example

White with #128875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #128875; }

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

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

background-color css

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

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

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

border-color css

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

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

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