Html Css Color HEX #729D95 Juniper

📋 copy color: '#729D95'

red 114 ◦ green 157 ◦ blue 149

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

Shades of Juniper #729D95

Tints of Juniper #729D95

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.38%

 BLUE value IS 149 (58.59% from 255) = 35.48%

R = 27.14%
G = 37.38%
B = 35.48%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.05

 K value IS 0.38

RGB Variations

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

Color information

#729D95 (or 0x729D95) is known color: Juniper. HEX triplet: 72, 9D and 95. RGB value is (114,157,149). Sum of RGB (Red+Green+Blue) = 114+157+149=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 157 (61.72% from 255 or 37.38% from 420); Blue value is 149 (58.59% from 255 or 35.48% from 420); Max value from RGB is 157 - color contains mainly: green. Hex color #729D95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D95 is #8D626A. Grayscale: #8F8F8F. Windows color (decimal): -9265771 or 9805170. OLE color: 9805170.

HSL color Cylindrical-coordinate representation of color #729D95: hue angle of 168.84º degrees, saturation: 0.18, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #729D95 is Cyan = 0.27, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 157 149 -
CMYK 0.27 0 0.05 0.38
HSL 168.84º 0.18% 0.53% -
HSV(B) 168.84º 0.27% 0.62% -
XYZ 24.42 29.86 32.91 -
YUV 143.23 131.25 107.15 -
System Red Green Blue C M Y K H S L
Decimal 114 157 149 0.27 0 0.05 0.38 168.84 0.18 0.53
Hex 72 9D 95 1B 0 5 26 A9 12 35
Octal 162 235 225 33 0 5 46 251 22 65
Binary 1110010 10011101 10010101 11011 0 101 100110 10101001 10010 110101

Color Harmonies of #729D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729D95

Black with #729D95

Text Example


Text Example

White with #729D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,157,149); }

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

background-color css

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

 a { background-color: rgb(114,157,149); }

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

border-color css

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

 span { border-color: rgb(114,157,149); }

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