Html Css Color HEX #167474 Elm

📋 copy color: '#167474'

red 22 ◦ green 116 ◦ blue 116

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

Shades of Elm #167474

Tints of Elm #167474

RGB

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

 GREEN value IS 116 (45.7% from 255) = 45.67%

 BLUE value IS 116 (45.7% from 255) = 45.67%

R = 8.66%
G = 45.67%
B = 45.67%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#167474 (or 0x167474) is known color: Elm. HEX triplet: 16, 74 and 74. RGB value is (22,116,116). Sum of RGB (Red+Green+Blue) = 22+116+116=254 (33% of max value = 765). Red value is 22 (8.98% from 255 or 8.66% from 254); Green value is 116 (45.70% from 255 or 45.67% from 254); Blue value is 116 (45.70% from 255 or 45.67% from 254); Max value from RGB is 116 - color contains mainly: green, blue. Hex color #167474 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167474 is #E98B8B. Grayscale: #575757. Windows color (decimal): -15305612 or 7631894. OLE color: 7631894.

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

Color convert

RGB 22 116 116 -
CMYK 0.81 0 0 0.55
HSL 180º 0.68% 0.27% -
HSV(B) 180º 0.81% 0.45% -
XYZ 9.73 13.92 18.7 -
YUV 87.89 143.86 81 -
System Red Green Blue C M Y K H S L
Decimal 22 116 116 0.81 0 0 0.55 180 0.68 0.27
Hex 16 74 74 51 0 0 37 B4 44 1B
Octal 26 164 164 121 0 0 67 264 104 33
Binary 10110 1110100 1110100 1010001 0 0 110111 10110100 1000100 11011

Color Harmonies of #167474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167474

Black with #167474

Text Example


Text Example

White with #167474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167474; }

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

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

background-color css

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

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

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

border-color css

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

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

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