Html Css Color HEX #739F99 Juniper

📋 copy color: '#739F99'

red 115 ◦ green 159 ◦ blue 153

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

Shades of Juniper #739F99

Tints of Juniper #739F99

RGB

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

 GREEN value IS 159 (62.5% from 255) = 37.24%

 BLUE value IS 153 (60.16% from 255) = 35.83%

R = 26.93%
G = 37.24%
B = 35.83%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.04

 K value IS 0.38

RGB Variations

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

Color information

#739F99 (or 0x739F99) is known color: Juniper. HEX triplet: 73, 9F and 99. RGB value is (115,159,153). Sum of RGB (Red+Green+Blue) = 115+159+153=427 (56% of max value = 765). Red value is 115 (45.31% from 255 or 26.93% from 427); Green value is 159 (62.5% from 255 or 37.24% from 427); Blue value is 153 (60.16% from 255 or 35.83% from 427); Max value from RGB is 159 - color contains mainly: green. Hex color #739F99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739F99 is #8C6066. Grayscale: #919191. Windows color (decimal): -9199719 or 10067827. OLE color: 10067827.

HSL color Cylindrical-coordinate representation of color #739F99: hue angle of 171.82º degrees, saturation: 0.19, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #739F99 is Cyan = 0.28, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.38.

Color convert

RGB 115 159 153 -
CMYK 0.28 0 0.04 0.38
HSL 171.82º 0.19% 0.54% -
HSV(B) 171.82º 0.28% 0.62% -
XYZ 25.22 30.74 34.74 -
YUV 145.16 132.42 106.49 -
System Red Green Blue C M Y K H S L
Decimal 115 159 153 0.28 0 0.04 0.38 171.82 0.19 0.54
Hex 73 9F 99 1C 0 4 26 AC 13 36
Octal 163 237 231 34 0 4 46 254 23 66
Binary 1110011 10011111 10011001 11100 0 100 100110 10101100 10011 110110

Color Harmonies of #739F99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739F99

Black with #739F99

Text Example


Text Example

White with #739F99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(115,159,153); }

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

background-color css

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

 a { background-color: rgb(115,159,153); }

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

border-color css

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

 span { border-color: rgb(115,159,153); }

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