Html Css Color HEX #739A95 Juniper

📋 copy color: '#739A95'

red 115 ◦ green 154 ◦ blue 149

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

Shades of Juniper #739A95

Tints of Juniper #739A95

RGB

 RED value IS 115 (45.31% from 255) = 27.51%

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

 BLUE value IS 149 (58.59% from 255) = 35.65%

R = 27.51%
G = 36.84%
B = 35.65%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.03

 K value IS 0.40

RGB Variations

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

Color information

#739A95 (or 0x739A95) is known color: Juniper. HEX triplet: 73, 9A and 95. RGB value is (115,154,149). Sum of RGB (Red+Green+Blue) = 115+154+149=418 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.51% from 418); Green value is 154 (60.55% from 255 or 36.84% from 418); Blue value is 149 (58.59% from 255 or 35.65% from 418); Max value from RGB is 154 - color contains mainly: green. Hex color #739A95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A95 is #8C656A. Grayscale: #8D8D8D. Windows color (decimal): -9201003 or 9804403. OLE color: 9804403.

HSL color Cylindrical-coordinate representation of color #739A95: hue angle of 172.31º degrees, saturation: 0.16, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #739A95 is Cyan = 0.25, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 154 149 -
CMYK 0.25 0 0.03 0.40
HSL 172.31º 0.16% 0.53% -
HSV(B) 172.31º 0.25% 0.6% -
XYZ 24.05 28.93 32.75 -
YUV 141.77 132.08 108.91 -
System Red Green Blue C M Y K H S L
Decimal 115 154 149 0.25 0 0.03 0.40 172.31 0.16 0.53
Hex 73 9A 95 19 0 3 28 AC 10 35
Octal 163 232 225 31 0 3 50 254 20 65
Binary 1110011 10011010 10010101 11001 0 11 101000 10101100 10000 110101

Color Harmonies of #739A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A95

Black with #739A95

Text Example


Text Example

White with #739A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739A95; }

 p { color: rgb(115,154,149); }

 H1.HeaderClassName
 {
   color: #739A95;
 }
 .AnyTagClassName
 {
   color: #739A95;
 }
</style>

background-color css

<style>
 a { background-color: #739A95; }

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

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

border-color css

<style>
 span { border-color: #739A95; }

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

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