Html Css Color HEX #729190 Juniper

📋 copy color: '#729190'

red 114 ◦ green 145 ◦ blue 144

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

Shades of Juniper #729190

Tints of Juniper #729190

RGB

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

 GREEN value IS 145 (57.03% from 255) = 35.98%

 BLUE value IS 144 (56.64% from 255) = 35.73%

R = 28.29%
G = 35.98%
B = 35.73%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#729190 (or 0x729190) is known color: Juniper. HEX triplet: 72, 91 and 90. RGB value is (114,145,144). Sum of RGB (Red+Green+Blue) = 114+145+144=403 (53% of max value = 765). Red value is 114 (44.92% from 255 or 28.29% from 403); Green value is 145 (57.03% from 255 or 35.98% from 403); Blue value is 144 (56.64% from 255 or 35.73% from 403); Max value from RGB is 145 - color contains mainly: green. Hex color #729190 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729190 is #8D6E6F. Grayscale: #878787. Windows color (decimal): -9268848 or 9474418. OLE color: 9474418.

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

Color convert

RGB 114 145 144 -
CMYK 0.21 0 0.01 0.43
HSL 178.06º 0.12% 0.51% -
HSV(B) 178.06º 0.21% 0.57% -
XYZ 22.1 25.84 30.21 -
YUV 135.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 114 145 144 0.21 0 0.01 0.43 178.06 0.12 0.51
Hex 72 91 90 15 0 1 2B B2 C 33
Octal 162 221 220 25 0 1 53 262 14 63
Binary 1110010 10010001 10010000 10101 0 1 101011 10110010 1100 110011

Color Harmonies of #729190

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729190

Black with #729190

Text Example


Text Example

White with #729190

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729190; }

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

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

background-color css

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

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

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

border-color css

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

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

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