#749796

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

Shades of Juniper #749796

Tints of Juniper #749796

Color information

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

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

Color convert

RGB116151150-
CMYK0.2300.010.41
HSL178.29º14.4%52.35%-
HSV(B)178.29º23.18%59.22%-
XYZ23.7728.0533.01-
YUV140.42133.4110.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1161511500.2300.010.41178.2914.452.35
Hex749796170129b2e34
Octal1642272262701512621664
Binary111010010010111100101101011101101001101100101110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #749796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #749796; }

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

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

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

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

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

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

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

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