Html Css Color HEX #739A99 Juniper

📋 copy color: '#739A99'

red 115 ◦ green 154 ◦ blue 153

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

Shades of Juniper #739A99

Tints of Juniper #739A99

RGB

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

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

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

R = 27.25%
G = 36.49%
B = 36.26%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.01

 K value IS 0.40

RGB Variations

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

Color information

#739A99 (or 0x739A99) is known color: Juniper. HEX triplet: 73, 9A and 99. RGB value is (115,154,153). Sum of RGB (Red+Green+Blue) = 115+154+153=422 (55% of max value = 765). Red value is 115 (45.31% from 255 or 27.25% from 422); Green value is 154 (60.55% from 255 or 36.49% from 422); Blue value is 153 (60.16% from 255 or 36.26% from 422); Max value from RGB is 154 - color contains mainly: green. Hex color #739A99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739A99 is #8C6566. Grayscale: #8E8E8E. Windows color (decimal): -9200999 or 10066547. OLE color: 10066547.

HSL color Cylindrical-coordinate representation of color #739A99: hue angle of 178.46º 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 #739A99 is Cyan = 0.25, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.40.

Color convert

RGB 115 154 153 -
CMYK 0.25 0 0.01 0.40
HSL 178.46º 0.16% 0.53% -
HSV(B) 178.46º 0.25% 0.6% -
XYZ 24.38 29.06 34.46 -
YUV 142.23 134.08 108.58 -
System Red Green Blue C M Y K H S L
Decimal 115 154 153 0.25 0 0.01 0.40 178.46 0.16 0.53
Hex 73 9A 99 19 0 1 28 B2 10 35
Octal 163 232 231 31 0 1 50 262 20 65
Binary 1110011 10011010 10011001 11001 0 1 101000 10110010 10000 110101

Color Harmonies of #739A99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739A99

Black with #739A99

Text Example


Text Example

White with #739A99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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