Html Css Color HEX #729A98 Juniper

📋 copy color: '#729A98'

red 114 ◦ green 154 ◦ blue 152

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

Shades of Juniper #729A98

Tints of Juniper #729A98

RGB

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

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

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

R = 27.14%
G = 36.67%
B = 36.19%

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

#729A98 (or 0x729A98) is known color: Juniper. HEX triplet: 72, 9A and 98. RGB value is (114,154,152). Sum of RGB (Red+Green+Blue) = 114+154+152=420 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.14% from 420); Green value is 154 (60.55% from 255 or 36.67% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 154 - color contains mainly: green. Hex color #729A98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A98 is #8D6567. Grayscale: #8D8D8D. Windows color (decimal): -9266536 or 10001010. OLE color: 10001010.

HSL color Cylindrical-coordinate representation of color #729A98: hue angle of 177º 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 #729A98 is Cyan = 0.26, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 114 154 152 -
CMYK 0.26 0 0.01 0.40
HSL 177º 0.17% 0.53% -
HSV(B) 177º 0.26% 0.6% -
XYZ 24.16 28.96 34.02 -
YUV 141.81 133.75 108.16 -
System Red Green Blue C M Y K H S L
Decimal 114 154 152 0.26 0 0.01 0.40 177 0.17 0.53
Hex 72 9A 98 1A 0 1 28 B1 11 35
Octal 162 232 230 32 0 1 50 261 21 65
Binary 1110010 10011010 10011000 11010 0 1 101000 10110001 10001 110101

Color Harmonies of #729A98

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A98

Black with #729A98

Text Example


Text Example

White with #729A98

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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