Html Css Color HEX #719894 Juniper

📋 copy color: '#719894'

red 113 ◦ green 152 ◦ blue 148

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

Shades of Juniper #719894

Tints of Juniper #719894

RGB

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

 GREEN value IS 152 (59.77% from 255) = 36.8%

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

R = 27.36%
G = 36.8%
B = 35.84%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#719894 (or 0x719894) is known color: Juniper. HEX triplet: 71, 98 and 94. RGB value is (113,152,148). Sum of RGB (Red+Green+Blue) = 113+152+148=413 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.36% from 413); Green value is 152 (59.77% from 255 or 36.80% from 413); Blue value is 148 (58.20% from 255 or 35.84% from 413); Max value from RGB is 152 - color contains mainly: green. Hex color #719894 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719894 is #8E676B. Grayscale: #8B8B8B. Windows color (decimal): -9332588 or 9738353. OLE color: 9738353.

HSL color Cylindrical-coordinate representation of color #719894: hue angle of 173.85º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #719894 is Cyan = 0.26, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 113 152 148 -
CMYK 0.26 0 0.03 0.40
HSL 173.85º 0.16% 0.52% -
HSV(B) 173.85º 0.26% 0.6% -
XYZ 23.38 28.11 32.21 -
YUV 139.88 132.58 108.83 -
System Red Green Blue C M Y K H S L
Decimal 113 152 148 0.26 0 0.03 0.40 173.85 0.16 0.52
Hex 71 98 94 1A 0 3 28 AE 10 34
Octal 161 230 224 32 0 3 50 256 20 64
Binary 1110001 10011000 10010100 11010 0 11 101000 10101110 10000 110100

Color Harmonies of #719894

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719894

Black with #719894

Text Example


Text Example

White with #719894

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719894; }

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

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

background-color css

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

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

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

border-color css

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

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

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