Html Css Color HEX #739291 Juniper

📋 copy color: '#739291'

red 115 ◦ green 146 ◦ blue 145

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

Shades of Juniper #739291

Tints of Juniper #739291

RGB

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

 GREEN value IS 146 (57.42% from 255) = 35.96%

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

R = 28.33%
G = 35.96%
B = 35.71%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.43

RGB Variations

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

Color information

#739291 (or 0x739291) is known color: Juniper. HEX triplet: 73, 92 and 91. RGB value is (115,146,145). Sum of RGB (Red+Green+Blue) = 115+146+145=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 146 (57.42% from 255 or 35.96% from 406); Blue value is 145 (57.03% from 255 or 35.71% from 406); Max value from RGB is 146 - color contains mainly: green. Hex color #739291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739291 is #8C6D6E. Grayscale: #888888. Windows color (decimal): -9203055 or 9540211. OLE color: 9540211.

HSL color Cylindrical-coordinate representation of color #739291: hue angle of 178.06º 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 #739291 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.43.

Color convert

RGB 115 146 145 -
CMYK 0.21 0 0.01 0.43
HSL 178.06º 0.12% 0.51% -
HSV(B) 178.06º 0.21% 0.57% -
XYZ 22.46 26.25 30.67 -
YUV 136.62 132.73 112.58 -
System Red Green Blue C M Y K H S L
Decimal 115 146 145 0.21 0 0.01 0.43 178.06 0.12 0.51
Hex 73 92 91 15 0 1 2B B2 C 33
Octal 163 222 221 25 0 1 53 262 14 63
Binary 1110011 10010010 10010001 10101 0 1 101011 10110010 1100 110011

Color Harmonies of #739291

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739291

Black with #739291

Text Example


Text Example

White with #739291

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739291; }

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

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

background-color css

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

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

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

border-color css

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

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

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