Html Css Color HEX #729D9C Juniper

📋 copy color: '#729D9C'

red 114 ◦ green 157 ◦ blue 156

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

Shades of Juniper #729D9C

Tints of Juniper #729D9C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 36.53%

R = 26.7%
G = 36.77%
B = 36.53%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

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

Color information

#729D9C (or 0x729D9C) is known color: Juniper. HEX triplet: 72, 9D and 9C. RGB value is (114,157,156). Sum of RGB (Red+Green+Blue) = 114+157+156=427 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.70% from 427); Green value is 157 (61.72% from 255 or 36.77% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 157 - color contains mainly: green. Hex color #729D9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729D9C is #8D6263. Grayscale: #8F8F8F. Windows color (decimal): -9265764 or 10263922. OLE color: 10263922.

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

Color convert

RGB 114 157 156 -
CMYK 0.27 0 0.01 0.38
HSL 178.6º 0.18% 0.53% -
HSV(B) 178.6º 0.27% 0.62% -
XYZ 25 30.09 35.94 -
YUV 144.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 114 157 156 0.27 0 0.01 0.38 178.6 0.18 0.53
Hex 72 9D 9C 1B 0 1 26 B3 12 35
Octal 162 235 234 33 0 1 46 263 22 65
Binary 1110010 10011101 10011100 11011 0 1 100110 10110011 10010 110101

Color Harmonies of #729D9C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729D9C

Black with #729D9C

Text Example


Text Example

White with #729D9C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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