Html Css Color HEX #719996 Juniper

📋 copy color: '#719996'

red 113 ◦ green 153 ◦ blue 150

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

Shades of Juniper #719996

Tints of Juniper #719996

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.06%

R = 27.16%
G = 36.78%
B = 36.06%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.02

 K value IS 0.4

RGB Variations

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

Color information

#719996 (or 0x719996) is known color: Juniper. HEX triplet: 71, 99 and 96. RGB value is (113,153,150). Sum of RGB (Red+Green+Blue) = 113+153+150=416 (55% of max value = 765). Red value is 113 (44.53% from 255 or 27.16% from 416); Green value is 153 (60.16% from 255 or 36.78% from 416); Blue value is 150 (58.98% from 255 or 36.06% from 416); Max value from RGB is 153 - color contains mainly: green. Hex color #719996 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719996 is #8E6669. Grayscale: #8C8C8C. Windows color (decimal): -9332330 or 9869681. OLE color: 9869681.

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

Color convert

RGB 113 153 150 -
CMYK 0.26 0 0.02 0.4
HSL 175.5º 0.16% 0.52% -
HSV(B) 175.5º 0.26% 0.6% -
XYZ 23.71 28.5 33.1 -
YUV 140.7 133.25 108.24 -
System Red Green Blue C M Y K H S L
Decimal 113 153 150 0.26 0 0.02 0.4 175.5 0.16 0.52
Hex 71 99 96 1A 0 2 28 B0 10 34
Octal 161 231 226 32 0 2 50 260 20 64
Binary 1110001 10011001 10010110 11010 0 10 101000 10110000 10000 110100

Color Harmonies of #719996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719996

Black with #719996

Text Example


Text Example

White with #719996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719996; }

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

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

background-color css

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

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

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

border-color css

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

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

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