Html Css Color HEX #719292 Juniper

📋 copy color: '#719292'

red 113 ◦ green 146 ◦ blue 146

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

Shades of Juniper #719292

Tints of Juniper #719292

RGB

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

 GREEN value IS 146 (57.42% from 255) = 36.05%

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

R = 27.9%
G = 36.05%
B = 36.05%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#719292 (or 0x719292) is known color: Juniper. HEX triplet: 71, 92 and 92. RGB value is (113,146,146). Sum of RGB (Red+Green+Blue) = 113+146+146=405 (53% of max value = 765). Red value is 113 (44.53% from 255 or 27.90% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 146 (57.42% from 255 or 36.05% from 405); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #719292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #719292 is #8E6D6D. Grayscale: #888888. Windows color (decimal): -9334126 or 9605745. OLE color: 9605745.

HSL color Cylindrical-coordinate representation of color #719292: hue angle of 180º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #719292 is Cyan = 0.23, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 113 146 146 -
CMYK 0.23 0 0 0.43
HSL 180º 0.13% 0.51% -
HSV(B) 180º 0.23% 0.57% -
XYZ 22.28 26.14 31.07 -
YUV 136.13 133.57 111.5 -
System Red Green Blue C M Y K H S L
Decimal 113 146 146 0.23 0 0 0.43 180 0.13 0.51
Hex 71 92 92 17 0 0 2B B4 D 33
Octal 161 222 222 27 0 0 53 264 15 63
Binary 1110001 10010010 10010010 10111 0 0 101011 10110100 1101 110011

Color Harmonies of #719292

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #719292

Black with #719292

Text Example


Text Example

White with #719292

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #719292; }

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

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

background-color css

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

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

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

border-color css

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

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

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