Html Css Color HEX #719B9B Juniper

📋 copy color: '#719B9B'

red 113 ◦ green 155 ◦ blue 155

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

Shades of Juniper #719B9B

Tints of Juniper #719B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 26.71%
G = 36.64%
B = 36.64%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#719B9B (or 0x719B9B) is known color: Juniper. HEX triplet: 71, 9B and 9B. RGB value is (113,155,155). Sum of RGB (Red+Green+Blue) = 113+155+155=423 (56% of max value = 765). Red value is 113 (44.53% from 255 or 26.71% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: green, blue. Hex color #719B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719B9B is #8E6464. Grayscale: #8E8E8E. Windows color (decimal): -9331813 or 10197873. OLE color: 10197873.

HSL color Cylindrical-coordinate representation of color #719B9B: hue angle of 180º 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 #719B9B is Cyan = 0.27, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 113 155 155 -
CMYK 0.27 0 0 0.39
HSL 180º 0.17% 0.53% -
HSV(B) 180º 0.27% 0.61% -
XYZ 24.45 29.32 35.38 -
YUV 142.44 135.09 107 -
System Red Green Blue C M Y K H S L
Decimal 113 155 155 0.27 0 0 0.39 180 0.17 0.53
Hex 71 9B 9B 1B 0 0 27 B4 11 35
Octal 161 233 233 33 0 0 47 264 21 65
Binary 1110001 10011011 10011011 11011 0 0 100111 10110100 10001 110101

Color Harmonies of #719B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719B9B

Black with #719B9B

Text Example


Text Example

White with #719B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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