Html Css Color HEX #167575 Elm

📋 copy color: '#167575'

red 22 ◦ green 117 ◦ blue 117

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

Shades of Elm #167575

Tints of Elm #167575

RGB

 RED value IS 22 (8.98% from 255) = 8.59%

 GREEN value IS 117 (46.09% from 255) = 45.7%

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

R = 8.59%
G = 45.7%
B = 45.7%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#167575 (or 0x167575) is known color: Elm. HEX triplet: 16, 75 and 75. RGB value is (22,117,117). Sum of RGB (Red+Green+Blue) = 22+117+117=256 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.59% from 256); Green value is 117 (46.09% from 255 or 45.70% from 256); Blue value is 117 (46.09% from 255 or 45.70% from 256); Max value from RGB is 117 - color contains mainly: green, blue. Hex color #167575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167575 is #E98A8A. Grayscale: #585858. Windows color (decimal): -15305355 or 7697686. OLE color: 7697686.

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

Color convert

RGB 22 117 117 -
CMYK 0.81 0 0 0.54
HSL 180º 0.68% 0.27% -
HSV(B) 180º 0.81% 0.46% -
XYZ 9.9 14.18 19.04 -
YUV 88.6 144.03 80.5 -
System Red Green Blue C M Y K H S L
Decimal 22 117 117 0.81 0 0 0.54 180 0.68 0.27
Hex 16 75 75 51 0 0 36 B4 44 1B
Octal 26 165 165 121 0 0 66 264 104 33
Binary 10110 1110101 1110101 1010001 0 0 110110 10110100 1000100 11011

Color Harmonies of #167575

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167575

Black with #167575

Text Example


Text Example

White with #167575

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167575; }

 p { color: rgb(22,117,117); }

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

background-color css

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

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

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

border-color css

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

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

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