#749697

Color #749697 Juniper (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Juniper #749697

Tints of Juniper #749697

Color information

#749697 (or 0x749697) is unknown color: approx Juniper. HEX triplet: 74, 96 and 97. RGB value is (116,150,151). Sum of RGB (Red+Green+Blue) = 116+150+151=417 (55% of max value = 765). Red value is 116 (45.70% from 255 or 27.82% from 417); Green value is 150 (58.98% from 255 or 35.97% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: blue. Hex color #749697 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #749697 is #8B6968. Grayscale: #8B8B8B. Windows color (decimal): -9136489 or 9934452. OLE color: 9934452.

HSL color Cylindrical-coordinate representation of color #749697: hue angle of 181.71º degrees, saturation: 0.14, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #749697 is Cyan = 0.23, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB116150151-
CMYK0.230.0100.41
HSL181.71º14.4%52.35%-
HSV(B)181.71º23.18%59.22%-
XYZ23.6927.7633.39-
YUV139.95134.24110.92-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 27.82%
GREEN value IS 150 (58.98% from 255) = 35.97%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=27.82%
G=35.97%
B=36.21%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161501510.230.0100.41181.7114.452.35
Hex749697171029b6e34
Octal1642262272710512661664
Binary111010010010110100101111011110101001101101101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749697; }

 p { color: rgb(116,150,151); }

 H1.HeaderClassName
 {
   color: #749697;
 }
 .AnyTagClassName
 {
   color: #749697;
 }
</style>
background-color css

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

 a { background-color: rgb(116,150,151); }

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

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

 span { border-color: rgb(116,150,151); }

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