Html Css Color HEX #167C74 Elm

📋 copy color: '#167C74'

red 22 ◦ green 124 ◦ blue 116

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

Shades of Elm #167C74

Tints of Elm #167C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 47.33%

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

R = 8.4%
G = 47.33%
B = 44.27%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.06

 K value IS 0.51

RGB Variations

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

Color information

#167C74 (or 0x167C74) is known color: Elm. HEX triplet: 16, 7C and 74. RGB value is (22,124,116). Sum of RGB (Red+Green+Blue) = 22+124+116=262 (34% of max value = 765). Red value is 22 (8.98% from 255 or 8.40% from 262); Green value is 124 (48.83% from 255 or 47.33% from 262); Blue value is 116 (45.70% from 255 or 44.27% from 262); Max value from RGB is 124 - color contains mainly: green. Hex color #167C74 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #167C74 is #E9838B. Grayscale: #5C5C5C. Windows color (decimal): -15303564 or 7633942. OLE color: 7633942.

HSL color Cylindrical-coordinate representation of color #167C74: hue angle of 175.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #167C74 is Cyan = 0.82, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.51.

Color convert

RGB 22 124 116 -
CMYK 0.82 0 0.06 0.51
HSL 175.29º 0.7% 0.29% -
HSV(B) 175.29º 0.82% 0.49% -
XYZ 10.69 15.85 19.02 -
YUV 92.59 141.21 77.65 -
System Red Green Blue C M Y K H S L
Decimal 22 124 116 0.82 0 0.06 0.51 175.29 0.7 0.29
Hex 16 7C 74 52 0 6 33 AF 46 1D
Octal 26 174 164 122 0 6 63 257 106 35
Binary 10110 1111100 1110100 1010010 0 110 110011 10101111 1000110 11101

Color Harmonies of #167C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #167C74

Black with #167C74

Text Example


Text Example

White with #167C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #167C74; }

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

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

background-color css

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

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

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

border-color css

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

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

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