Html Css Color HEX #71979A Juniper

📋 copy color: '#71979A'

red 113 ◦ green 151 ◦ blue 154

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

Shades of Juniper #71979A

Tints of Juniper #71979A

RGB

 RED value IS 113 (44.53% from 255) = 27.03%

 GREEN value IS 151 (59.38% from 255) = 36.12%

 BLUE value IS 154 (60.55% from 255) = 36.84%

R = 27.03%
G = 36.12%
B = 36.84%

CMYK

 C value IS 0.27

 M value IS 0.02

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#71979A (or 0x71979A) is known color: Juniper. HEX triplet: 71, 97 and 9A. RGB value is (113,151,154). Sum of RGB (Red+Green+Blue) = 113+151+154=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 151 (59.38% from 255 or 36.12% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 154 - color contains mainly: blue. Hex color #71979A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #71979A is #8E6865. Grayscale: #8B8B8B. Windows color (decimal): -9332838 or 10131313. OLE color: 10131313.

HSL color Cylindrical-coordinate representation of color #71979A: hue angle of 184.39º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #71979A is Cyan = 0.27, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 151 154 -
CMYK 0.27 0.02 0 0.40
HSL 184.39º 0.17% 0.52% -
HSV(B) 184.39º 0.27% 0.6% -
XYZ 23.71 27.98 34.72 -
YUV 139.98 135.91 108.76 -
System Red Green Blue C M Y K H S L
Decimal 113 151 154 0.27 0.02 0 0.40 184.39 0.17 0.52
Hex 71 97 9A 1B 2 0 28 B8 11 34
Octal 161 227 232 33 2 0 50 270 21 64
Binary 1110001 10010111 10011010 11011 10 0 101000 10111000 10001 110100

Color Harmonies of #71979A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #71979A

Black with #71979A

Text Example


Text Example

White with #71979A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #71979A; }

 p { color: rgb(113,151,154); }

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

background-color css

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

 a { background-color: rgb(113,151,154); }

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

border-color css

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

 span { border-color: rgb(113,151,154); }

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