Html Css Color HEX #79908D Juniper

📋 copy color: '#79908D'

red 121 ◦ green 144 ◦ blue 141

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

Shades of Juniper #79908D

Tints of Juniper #79908D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 34.73%

R = 29.8%
G = 35.47%
B = 34.73%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.02

 K value IS 0.44

RGB Variations

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

Color information

#79908D (or 0x79908D) is known color: Juniper. HEX triplet: 79, 90 and 8D. RGB value is (121,144,141). Sum of RGB (Red+Green+Blue) = 121+144+141=406 (53% of max value = 765). Red value is 121 (47.66% from 255 or 29.80% from 406); Green value is 144 (56.64% from 255 or 35.47% from 406); Blue value is 141 (55.47% from 255 or 34.73% from 406); Max value from RGB is 144 - color contains mainly: green. Hex color #79908D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #79908D is #866F72. Grayscale: #888888. Windows color (decimal): -8810355 or 9277561. OLE color: 9277561.

HSL color Cylindrical-coordinate representation of color #79908D: hue angle of 172.17º 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 #79908D is Cyan = 0.16, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.44.

Color convert

RGB 121 144 141 -
CMYK 0.16 0 0.02 0.44
HSL 172.17º 0.09% 0.52% -
HSV(B) 172.17º 0.16% 0.56% -
XYZ 22.67 25.93 29.01 -
YUV 136.78 130.38 116.74 -
System Red Green Blue C M Y K H S L
Decimal 121 144 141 0.16 0 0.02 0.44 172.17 0.09 0.52
Hex 79 90 8D 10 0 2 2C AC 9 34
Octal 171 220 215 20 0 2 54 254 11 64
Binary 1111001 10010000 10001101 10000 0 10 101100 10101100 1001 110100

Color Harmonies of #79908D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #79908D

Black with #79908D

Text Example


Text Example

White with #79908D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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