Html Css Color HEX #729291 Juniper

📋 copy color: '#729291'

red 114 ◦ green 146 ◦ blue 145

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

Shades of Juniper #729291

Tints of Juniper #729291

RGB

 RED value IS 114 (44.92% from 255) = 28.15%

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

 BLUE value IS 145 (57.03% from 255) = 35.8%

R = 28.15%
G = 36.05%
B = 35.8%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#729291 (or 0x729291) is known color: Juniper. HEX triplet: 72, 92 and 91. RGB value is (114,146,145). Sum of RGB (Red+Green+Blue) = 114+146+145=405 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.15% from 405); Green value is 146 (57.42% from 255 or 36.05% from 405); Blue value is 145 (57.03% from 255 or 35.80% from 405); Max value from RGB is 146 - color contains mainly: green. Hex color #729291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729291 is #8D6D6E. Grayscale: #888888. Windows color (decimal): -9268591 or 9540210. OLE color: 9540210.

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

Color convert

RGB 114 146 145 -
CMYK 0.22 0 0.01 0.43
HSL 178.13º 0.13% 0.51% -
HSV(B) 178.13º 0.22% 0.57% -
XYZ 22.33 26.18 30.66 -
YUV 136.32 132.9 112.08 -
System Red Green Blue C M Y K H S L
Decimal 114 146 145 0.22 0 0.01 0.43 178.13 0.13 0.51
Hex 72 92 91 16 0 1 2B B2 D 33
Octal 162 222 221 26 0 1 53 262 15 63
Binary 1110010 10010010 10010001 10110 0 1 101011 10110010 1101 110011

Color Harmonies of #729291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729291

Black with #729291

Text Example


Text Example

White with #729291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729291; }

 p { color: rgb(114,146,145); }

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

background-color css

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

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

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

border-color css

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

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

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