Html Css Color HEX #729A9A Juniper

📋 copy color: '#729A9A'

red 114 ◦ green 154 ◦ blue 154

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

Shades of Juniper #729A9A

Tints of Juniper #729A9A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 36.49%

R = 27.01%
G = 36.49%
B = 36.49%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#729A9A (or 0x729A9A) is known color: Juniper. HEX triplet: 72, 9A and 9A. RGB value is (114,154,154). Sum of RGB (Red+Green+Blue) = 114+154+154=422 (55% of max value = 765). Red value is 114 (44.92% from 255 or 27.01% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 154 (60.55% from 255 or 36.49% from 422); Max value from RGB is 154 - color contains mainly: green, blue. Hex color #729A9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729A9A is #8D6565. Grayscale: #8E8E8E. Windows color (decimal): -9266534 or 10132082. OLE color: 10132082.

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

Color convert

RGB 114 154 154 -
CMYK 0.26 0 0 0.40
HSL 180º 0.17% 0.53% -
HSV(B) 180º 0.26% 0.6% -
XYZ 24.33 29.02 34.89 -
YUV 142.04 134.75 108 -
System Red Green Blue C M Y K H S L
Decimal 114 154 154 0.26 0 0 0.40 180 0.17 0.53
Hex 72 9A 9A 1A 0 0 28 B4 11 35
Octal 162 232 232 32 0 0 50 264 21 65
Binary 1110010 10011010 10011010 11010 0 0 101000 10110100 10001 110101

Color Harmonies of #729A9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729A9A

Black with #729A9A

Text Example


Text Example

White with #729A9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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