Html Css Color HEX #739390 Juniper

📋 copy color: '#739390'

red 115 ◦ green 147 ◦ blue 144

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

Shades of Juniper #739390

Tints of Juniper #739390

RGB

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

 GREEN value IS 147 (57.81% from 255) = 36.21%

 BLUE value IS 144 (56.64% from 255) = 35.47%

R = 28.33%
G = 36.21%
B = 35.47%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.42

RGB Variations

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

Color information

#739390 (or 0x739390) is known color: Juniper. HEX triplet: 73, 93 and 90. RGB value is (115,147,144). Sum of RGB (Red+Green+Blue) = 115+147+144=406 (53% of max value = 765). Red value is 115 (45.31% from 255 or 28.33% from 406); Green value is 147 (57.81% from 255 or 36.21% from 406); Blue value is 144 (56.64% from 255 or 35.47% from 406); Max value from RGB is 147 - color contains mainly: green. Hex color #739390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #739390 is #8C6C6F. Grayscale: #898989. Windows color (decimal): -9202800 or 9474931. OLE color: 9474931.

HSL color Cylindrical-coordinate representation of color #739390: hue angle of 174.38º degrees, saturation: 0.13, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #739390 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.42.

Color convert

RGB 115 147 144 -
CMYK 0.22 0 0.02 0.42
HSL 174.38º 0.13% 0.51% -
HSV(B) 174.38º 0.22% 0.58% -
XYZ 22.54 26.53 30.32 -
YUV 137.09 131.9 112.24 -
System Red Green Blue C M Y K H S L
Decimal 115 147 144 0.22 0 0.02 0.42 174.38 0.13 0.51
Hex 73 93 90 16 0 2 2A AE D 33
Octal 163 223 220 26 0 2 52 256 15 63
Binary 1110011 10010011 10010000 10110 0 10 101010 10101110 1101 110011

Color Harmonies of #739390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #739390

Black with #739390

Text Example


Text Example

White with #739390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #739390; }

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

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

background-color css

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

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

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

border-color css

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

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

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