Html Css Color HEX #198B75 Elf Green

📋 copy color: '#198B75'

red 25 ◦ green 139 ◦ blue 117

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

Shades of Elf Green #198B75

Tints of Elf Green #198B75

RGB

 RED value IS 25 (10.16% from 255) = 8.9%

 GREEN value IS 139 (54.69% from 255) = 49.47%

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

R = 8.9%
G = 49.47%
B = 41.64%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.16

 K value IS 0.45

RGB Variations

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

Color information

#198B75 (or 0x198B75) is known color: Elf Green. HEX triplet: 19, 8B and 75. RGB value is (25,139,117). Sum of RGB (Red+Green+Blue) = 25+139+117=281 (37% of max value = 765). Red value is 25 (10.16% from 255 or 8.90% from 281); Green value is 139 (54.69% from 255 or 49.47% from 281); Blue value is 117 (46.09% from 255 or 41.64% from 281); Max value from RGB is 139 - color contains mainly: green. Hex color #198B75 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #198B75 is #E6748A. Grayscale: #666666. Windows color (decimal): -15103115 or 7703321. OLE color: 7703321.

HSL color Cylindrical-coordinate representation of color #198B75: hue angle of 168.42º degrees, saturation: 0.7, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #198B75 is Cyan = 0.82, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.45.

Color convert

RGB 25 139 117 -
CMYK 0.82 0 0.16 0.45
HSL 168.42º 0.7% 0.32% -
HSV(B) 168.42º 0.82% 0.55% -
XYZ 12.84 19.96 20 -
YUV 102.41 136.23 72.79 -
System Red Green Blue C M Y K H S L
Decimal 25 139 117 0.82 0 0.16 0.45 168.42 0.7 0.32
Hex 19 8B 75 52 0 10 2D A8 46 20
Octal 31 213 165 122 0 20 55 250 106 40
Binary 11001 10001011 1110101 1010010 0 10000 101101 10101000 1000110 100000

Color Harmonies of #198B75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #198B75

Black with #198B75

Text Example


Text Example

White with #198B75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #198B75; }

 p { color: rgb(25,139,117); }

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

background-color css

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

 a { background-color: rgb(25,139,117); }

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

border-color css

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

 span { border-color: rgb(25,139,117); }

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