Html Css Color HEX #79908E Juniper

📋 copy color: '#79908E'

red 121 ◦ green 144 ◦ blue 142

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

Shades of Juniper #79908E

Tints of Juniper #79908E

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.38%

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

R = 29.73%
G = 35.38%
B = 34.89%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.01

 K value IS 0.44

RGB Variations

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

Color information

#79908E (or 0x79908E) is known color: Juniper. HEX triplet: 79, 90 and 8E. RGB value is (121,144,142). Sum of RGB (Red+Green+Blue) = 121+144+142=407 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.73% from 407); Green value is 144 (56.64% from 255 or 35.38% from 407); Blue value is 142 (55.86% from 255 or 34.89% from 407); Max value from RGB is 144 - color contains mainly: green. Hex color #79908E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79908E is #866F71. Grayscale: #888888. Windows color (decimal): -8810354 or 9343097. OLE color: 9343097.

HSL color Cylindrical-coordinate representation of color #79908E: hue angle of 174.78º degrees, saturation: 0.09, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #79908E is Cyan = 0.16, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 142 -
CMYK 0.16 0 0.01 0.44
HSL 174.78º 0.09% 0.52% -
HSV(B) 174.78º 0.16% 0.56% -
XYZ 22.74 25.96 29.4 -
YUV 136.9 130.88 116.66 -
System Red Green Blue C M Y K H S L
Decimal 121 144 142 0.16 0 0.01 0.44 174.78 0.09 0.52
Hex 79 90 8E 10 0 1 2C AF 9 34
Octal 171 220 216 20 0 1 54 257 11 64
Binary 1111001 10010000 10001110 10000 0 1 101100 10101111 1001 110100

Color Harmonies of #79908E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79908E

Black with #79908E

Text Example


Text Example

White with #79908E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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