Html Css Color HEX #719992 Juniper

📋 copy color: '#719992'

red 113 ◦ green 153 ◦ blue 146

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

Shades of Juniper #719992

Tints of Juniper #719992

RGB

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

 GREEN value IS 153 (60.16% from 255) = 37.14%

 BLUE value IS 146 (57.42% from 255) = 35.44%

R = 27.43%
G = 37.14%
B = 35.44%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.05

 K value IS 0.4

RGB Variations

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

Color information

#719992 (or 0x719992) is known color: Juniper. HEX triplet: 71, 99 and 92. RGB value is (113,153,146). Sum of RGB (Red+Green+Blue) = 113+153+146=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 153 (60.16% from 255 or 37.14% from 412); Blue value is 146 (57.42% from 255 or 35.44% from 412); Max value from RGB is 153 - color contains mainly: green. Hex color #719992 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719992 is #8E666D. Grayscale: #8C8C8C. Windows color (decimal): -9332334 or 9607537. OLE color: 9607537.

HSL color Cylindrical-coordinate representation of color #719992: hue angle of 169.5º 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 #719992 is Cyan = 0.26, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.4.

Color convert

RGB 113 153 146 -
CMYK 0.26 0 0.05 0.4
HSL 169.5º 0.16% 0.52% -
HSV(B) 169.5º 0.26% 0.6% -
XYZ 23.39 28.37 31.44 -
YUV 140.24 131.25 108.57 -
System Red Green Blue C M Y K H S L
Decimal 113 153 146 0.26 0 0.05 0.4 169.5 0.16 0.52
Hex 71 99 92 1A 0 5 28 AA 10 34
Octal 161 231 222 32 0 5 50 252 20 64
Binary 1110001 10011001 10010010 11010 0 101 101000 10101010 10000 110100

Color Harmonies of #719992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719992

Black with #719992

Text Example


Text Example

White with #719992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719992; }

 p { color: rgb(113,153,146); }

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

background-color css

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

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

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

border-color css

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

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

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