Html Css Color HEX #729A99 Juniper

📋 copy color: '#729A99'

red 114 ◦ green 154 ◦ blue 153

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

Shades of Juniper #729A99

Tints of Juniper #729A99

RGB

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

 GREEN value IS 154 (60.55% from 255) = 36.58%

 BLUE value IS 153 (60.16% from 255) = 36.34%

R = 27.08%
G = 36.58%
B = 36.34%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#729A99 (or 0x729A99) is known color: Juniper. HEX triplet: 72, 9A and 99. RGB value is (114,154,153). Sum of RGB (Red+Green+Blue) = 114+154+153=421 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.08% from 421); Green value is 154 (60.55% from 255 or 36.58% from 421); Blue value is 153 (60.16% from 255 or 36.34% from 421); Max value from RGB is 154 - color contains mainly: green. Hex color #729A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A99 is #8D6566. Grayscale: #8D8D8D. Windows color (decimal): -9266535 or 10066546. OLE color: 10066546.

HSL color Cylindrical-coordinate representation of color #729A99: hue angle of 178.5º degrees, saturation: 0.17, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #729A99 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 153 -
CMYK 0.26 0 0.01 0.40
HSL 178.5º 0.17% 0.53% -
HSV(B) 178.5º 0.26% 0.6% -
XYZ 24.24 28.99 34.45 -
YUV 141.93 134.25 108.08 -
System Red Green Blue C M Y K H S L
Decimal 114 154 153 0.26 0 0.01 0.40 178.5 0.17 0.53
Hex 72 9A 99 1A 0 1 28 B2 11 35
Octal 162 232 231 32 0 1 50 262 21 65
Binary 1110010 10011010 10011001 11010 0 1 101000 10110010 10001 110101

Color Harmonies of #729A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A99

Black with #729A99

Text Example


Text Example

White with #729A99

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #729A99; }

 p { color: rgb(114,154,153); }

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

background-color css

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

 a { background-color: rgb(114,154,153); }

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

border-color css

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

 span { border-color: rgb(114,154,153); }

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