Html Css Color HEX #729A9B Juniper

📋 copy color: '#729A9B'

red 114 ◦ green 154 ◦ blue 155

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

Shades of Juniper #729A9B

Tints of Juniper #729A9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 36.64%

R = 26.95%
G = 36.41%
B = 36.64%

CMYK

 C value IS 0.26

 M value IS 0.01

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#729A9B (or 0x729A9B) is known color: Juniper. HEX triplet: 72, 9A and 9B. RGB value is (114,154,155). Sum of RGB (Red+Green+Blue) = 114+154+155=423 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.95% from 423); Green value is 154 (60.55% from 255 or 36.41% from 423); Blue value is 155 (60.94% from 255 or 36.64% from 423); Max value from RGB is 155 - color contains mainly: blue. Hex color #729A9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A9B is #8D6564. Grayscale: #8E8E8E. Windows color (decimal): -9266533 or 10197618. OLE color: 10197618.

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

Color convert

RGB 114 154 155 -
CMYK 0.26 0.01 0 0.39
HSL 181.46º 0.17% 0.53% -
HSV(B) 181.46º 0.26% 0.61% -
XYZ 24.41 29.06 35.33 -
YUV 142.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 114 154 155 0.26 0.01 0 0.39 181.46 0.17 0.53
Hex 72 9A 9B 1A 1 0 27 B5 11 35
Octal 162 232 233 32 1 0 47 265 21 65
Binary 1110010 10011010 10011011 11010 1 0 100111 10110101 10001 110101

Color Harmonies of #729A9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A9B

Black with #729A9B

Text Example


Text Example

White with #729A9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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