Html Css Color HEX #719B9A Juniper

📋 copy color: '#719B9A'

red 113 ◦ green 155 ◦ blue 154

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

Shades of Juniper #719B9A

Tints of Juniper #719B9A

RGB

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

 GREEN value IS 155 (60.94% from 255) = 36.73%

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

R = 26.78%
G = 36.73%
B = 36.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#719B9A (or 0x719B9A) is known color: Juniper. HEX triplet: 71, 9B and 9A. RGB value is (113,155,154). Sum of RGB (Red+Green+Blue) = 113+155+154=422 (55% of max value = 765). Red value is 113 (44.53% from 255 or 26.78% from 422); Green value is 155 (60.94% from 255 or 36.73% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 155 - color contains mainly: green. Hex color #719B9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B9A is #8E6465. Grayscale: #8E8E8E. Windows color (decimal): -9331814 or 10132337. OLE color: 10132337.

HSL color Cylindrical-coordinate representation of color #719B9A: hue angle of 178.57º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #719B9A is Cyan = 0.27, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 154 -
CMYK 0.27 0 0.01 0.39
HSL 178.57º 0.17% 0.53% -
HSV(B) 178.57º 0.27% 0.61% -
XYZ 24.36 29.29 34.94 -
YUV 142.33 134.59 107.08 -
System Red Green Blue C M Y K H S L
Decimal 113 155 154 0.27 0 0.01 0.39 178.57 0.17 0.53
Hex 71 9B 9A 1B 0 1 27 B3 11 35
Octal 161 233 232 33 0 1 47 263 21 65
Binary 1110001 10011011 10011010 11011 0 1 100111 10110011 10001 110101

Color Harmonies of #719B9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B9A

Black with #719B9A

Text Example


Text Example

White with #719B9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719B9A; }

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

 H1.HeaderClassName
 {
   color: #719B9A;
 }
 .AnyTagClassName
 {
   color: #719B9A;
 }
</style>

background-color css

<style>
 a { background-color: #719B9A; }

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

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

border-color css

<style>
 span { border-color: #719B9A; }

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

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