Html Css Color HEX #79928E Juniper

📋 copy color: '#79928E'

red 121 ◦ green 146 ◦ blue 142

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

Shades of Juniper #79928E

Tints of Juniper #79928E

RGB

 RED value IS 121 (47.66% from 255) = 29.58%

 GREEN value IS 146 (57.42% from 255) = 35.7%

 BLUE value IS 142 (55.86% from 255) = 34.72%

R = 29.58%
G = 35.7%
B = 34.72%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.43

RGB Variations

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

Color information

#79928E (or 0x79928E) is known color: Juniper. HEX triplet: 79, 92 and 8E. RGB value is (121,146,142). Sum of RGB (Red+Green+Blue) = 121+146+142=409 (54% of max value = 765). Red value is 121 (47.66% from 255 or 29.58% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 142 (55.86% from 255 or 34.72% from 409); Max value from RGB is 146 - color contains mainly: green. Hex color #79928E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79928E is #866D71. Grayscale: #8A8A8A. Windows color (decimal): -8809842 or 9343609. OLE color: 9343609.

HSL color Cylindrical-coordinate representation of color #79928E: hue angle of 170.4º degrees, saturation: 0.1, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #79928E is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.43.

Color convert

RGB 121 146 142 -
CMYK 0.17 0 0.03 0.43
HSL 170.4º 0.1% 0.52% -
HSV(B) 170.4º 0.17% 0.57% -
XYZ 23.05 26.58 29.51 -
YUV 138.07 130.22 115.83 -
System Red Green Blue C M Y K H S L
Decimal 121 146 142 0.17 0 0.03 0.43 170.4 0.1 0.52
Hex 79 92 8E 11 0 3 2B AA A 34
Octal 171 222 216 21 0 3 53 252 12 64
Binary 1111001 10010010 10001110 10001 0 11 101011 10101010 1010 110100

Color Harmonies of #79928E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79928E

Black with #79928E

Text Example


Text Example

White with #79928E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #79928E; }

 p { color: rgb(121,146,142); }

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

background-color css

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

 a { background-color: rgb(121,146,142); }

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

border-color css

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

 span { border-color: rgb(121,146,142); }

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