Html Css Color HEX #719D94 Juniper

📋 copy color: '#719D94'

red 113 ◦ green 157 ◦ blue 148

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

Shades of Juniper #719D94

Tints of Juniper #719D94

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.56%

 BLUE value IS 148 (58.2% from 255) = 35.41%

R = 27.03%
G = 37.56%
B = 35.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.06

 K value IS 0.38

RGB Variations

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

Color information

#719D94 (or 0x719D94) is known color: Juniper. HEX triplet: 71, 9D and 94. RGB value is (113,157,148). Sum of RGB (Red+Green+Blue) = 113+157+148=418 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.03% from 418); Green value is 157 (61.72% from 255 or 37.56% from 418); Blue value is 148 (58.20% from 255 or 35.41% from 418); Max value from RGB is 157 - color contains mainly: green. Hex color #719D94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719D94 is #8E626B. Grayscale: #8E8E8E. Windows color (decimal): -9331308 or 9739633. OLE color: 9739633.

HSL color Cylindrical-coordinate representation of color #719D94: hue angle of 167.73º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #719D94 is Cyan = 0.28, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.38.

Color convert

RGB 113 157 148 -
CMYK 0.28 0 0.06 0.38
HSL 167.73º 0.18% 0.53% -
HSV(B) 167.73º 0.28% 0.62% -
XYZ 24.21 29.76 32.49 -
YUV 142.82 130.92 106.73 -
System Red Green Blue C M Y K H S L
Decimal 113 157 148 0.28 0 0.06 0.38 167.73 0.18 0.53
Hex 71 9D 94 1C 0 6 26 A8 12 35
Octal 161 235 224 34 0 6 46 250 22 65
Binary 1110001 10011101 10010100 11100 0 110 100110 10101000 10010 110101

Color Harmonies of #719D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719D94

Black with #719D94

Text Example


Text Example

White with #719D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(113,157,148); }

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

background-color css

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

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

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

border-color css

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

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

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