Html Css Color HEX #719794 Juniper

📋 copy color: '#719794'

red 113 ◦ green 151 ◦ blue 148

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

Shades of Juniper #719794

Tints of Juniper #719794

RGB

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

 GREEN value IS 151 (59.38% from 255) = 36.65%

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

R = 27.43%
G = 36.65%
B = 35.92%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.02

 K value IS 0.41

RGB Variations

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

Color information

#719794 (or 0x719794) is known color: Juniper. HEX triplet: 71, 97 and 94. RGB value is (113,151,148). Sum of RGB (Red+Green+Blue) = 113+151+148=412 (54% of max value = 765). Red value is 113 (44.53% from 255 or 27.43% from 412); Green value is 151 (59.38% from 255 or 36.65% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 151 - color contains mainly: green. Hex color #719794 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719794 is #8E686B. Grayscale: #8B8B8B. Windows color (decimal): -9332844 or 9738097. OLE color: 9738097.

HSL color Cylindrical-coordinate representation of color #719794: hue angle of 175.26º degrees, saturation: 0.15, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #719794 is Cyan = 0.25, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.41.

Color convert

RGB 113 151 148 -
CMYK 0.25 0 0.02 0.41
HSL 175.26º 0.15% 0.52% -
HSV(B) 175.26º 0.25% 0.59% -
XYZ 23.22 27.78 32.16 -
YUV 139.3 132.91 109.24 -
System Red Green Blue C M Y K H S L
Decimal 113 151 148 0.25 0 0.02 0.41 175.26 0.15 0.52
Hex 71 97 94 19 0 2 29 AF F 34
Octal 161 227 224 31 0 2 51 257 17 64
Binary 1110001 10010111 10010100 11001 0 10 101001 10101111 1111 110100

Color Harmonies of #719794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719794

Black with #719794

Text Example


Text Example

White with #719794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719794; }

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

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

background-color css

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

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

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

border-color css

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

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

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