Html Css Color HEX #729F98 Juniper

📋 copy color: '#729F98'

red 114 ◦ green 159 ◦ blue 152

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

Shades of Juniper #729F98

Tints of Juniper #729F98

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.41%

 BLUE value IS 152 (59.77% from 255) = 35.76%

R = 26.82%
G = 37.41%
B = 35.76%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#729F98 (or 0x729F98) is known color: Juniper. HEX triplet: 72, 9F and 98. RGB value is (114,159,152). Sum of RGB (Red+Green+Blue) = 114+159+152=425 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.82% from 425); Green value is 159 (62.5% from 255 or 37.41% from 425); Blue value is 152 (59.77% from 255 or 35.76% from 425); Max value from RGB is 159 - color contains mainly: green. Hex color #729F98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729F98 is #8D6067. Grayscale: #909090. Windows color (decimal): -9265256 or 10002290. OLE color: 10002290.

HSL color Cylindrical-coordinate representation of color #729F98: hue angle of 170.67º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #729F98 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 114 159 152 -
CMYK 0.28 0 0.04 0.38
HSL 170.67º 0.19% 0.54% -
HSV(B) 170.67º 0.28% 0.62% -
XYZ 25.01 30.64 34.3 -
YUV 144.75 132.09 106.07 -
System Red Green Blue C M Y K H S L
Decimal 114 159 152 0.28 0 0.04 0.38 170.67 0.19 0.54
Hex 72 9F 98 1C 0 4 26 AB 13 36
Octal 162 237 230 34 0 4 46 253 23 66
Binary 1110010 10011111 10011000 11100 0 100 100110 10101011 10011 110110

Color Harmonies of #729F98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729F98

Black with #729F98

Text Example


Text Example

White with #729F98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,159,152); }

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

background-color css

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

 a { background-color: rgb(114,159,152); }

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

border-color css

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

 span { border-color: rgb(114,159,152); }

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