Html Css Color HEX #739091 Juniper

📋 copy color: '#739091'

red 115 ◦ green 144 ◦ blue 145

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

Shades of Juniper #739091

Tints of Juniper #739091

RGB

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

 GREEN value IS 144 (56.64% from 255) = 35.64%

 BLUE value IS 145 (57.03% from 255) = 35.89%

R = 28.47%
G = 35.64%
B = 35.89%

CMYK

 C value IS 0.21

 M value IS 0.01

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#739091 (or 0x739091) is known color: Juniper. HEX triplet: 73, 90 and 91. RGB value is (115,144,145). Sum of RGB (Red+Green+Blue) = 115+144+145=404 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.47% from 404); Green value is 144 (56.64% from 255 or 35.64% from 404); Blue value is 145 (57.03% from 255 or 35.89% from 404); Max value from RGB is 145 - color contains mainly: blue. Hex color #739091 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739091 is #8C6F6E. Grayscale: #878787. Windows color (decimal): -9203567 or 9539699. OLE color: 9539699.

HSL color Cylindrical-coordinate representation of color #739091: hue angle of 182º degrees, saturation: 0.12, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #739091 is Cyan = 0.21, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 144 145 -
CMYK 0.21 0.01 0 0.43
HSL 182º 0.12% 0.51% -
HSV(B) 182º 0.21% 0.57% -
XYZ 22.15 25.64 30.57 -
YUV 135.44 133.39 113.42 -
System Red Green Blue C M Y K H S L
Decimal 115 144 145 0.21 0.01 0 0.43 182 0.12 0.51
Hex 73 90 91 15 1 0 2B B6 C 33
Octal 163 220 221 25 1 0 53 266 14 63
Binary 1110011 10010000 10010001 10101 1 0 101011 10110110 1100 110011

Color Harmonies of #739091

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739091

Black with #739091

Text Example


Text Example

White with #739091

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739091; }

 p { color: rgb(115,144,145); }

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

background-color css

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

 a { background-color: rgb(115,144,145); }

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

border-color css

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

 span { border-color: rgb(115,144,145); }

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