Html Css Color HEX #729C9A Juniper

📋 copy color: '#729C9A'

red 114 ◦ green 156 ◦ blue 154

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

Shades of Juniper #729C9A

Tints of Juniper #729C9A

RGB

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

 GREEN value IS 156 (61.33% from 255) = 36.79%

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

R = 26.89%
G = 36.79%
B = 36.32%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.01

 K value IS 0.39

RGB Variations

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

Color information

#729C9A (or 0x729C9A) is known color: Juniper. HEX triplet: 72, 9C and 9A. RGB value is (114,156,154). Sum of RGB (Red+Green+Blue) = 114+156+154=424 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.89% from 424); Green value is 156 (61.33% from 255 or 36.79% from 424); Blue value is 154 (60.55% from 255 or 36.32% from 424); Max value from RGB is 156 - color contains mainly: green. Hex color #729C9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #729C9A is #8D6365. Grayscale: #8F8F8F. Windows color (decimal): -9266022 or 10132594. OLE color: 10132594.

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

Color convert

RGB 114 156 154 -
CMYK 0.27 0 0.01 0.39
HSL 177.14º 0.18% 0.53% -
HSV(B) 177.14º 0.27% 0.61% -
XYZ 24.66 29.69 35 -
YUV 143.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 114 156 154 0.27 0 0.01 0.39 177.14 0.18 0.53
Hex 72 9C 9A 1B 0 1 27 B1 12 35
Octal 162 234 232 33 0 1 47 261 22 65
Binary 1110010 10011100 10011010 11011 0 1 100111 10110001 10010 110101

Color Harmonies of #729C9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #729C9A

Black with #729C9A

Text Example


Text Example

White with #729C9A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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