#759292

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

Shades of Juniper #759292

Tints of Juniper #759292

Color information

#759292 (or 0x759292) is unknown color: approx Juniper. HEX triplet: 75, 92 and 92. RGB value is (117,146,146). Sum of RGB (Red+Green+Blue) = 117+146+146=409 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.61% from 409); Green value is 146 (57.42% from 255 or 35.70% from 409); Blue value is 146 (57.42% from 255 or 35.70% from 409); Max value from RGB is 146 - color contains mainly: green, blue. Hex color #759292 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #759292 is #8A6D6D. Grayscale: #898989. Windows color (decimal): -9071982 or 9605749. OLE color: 9605749.

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

Color convert

RGB117146146-
CMYK0.20000.43
HSL180º11.74%51.57%-
HSV(B)180º19.86%57.25%-
XYZ22.826.4231.09-
YUV137.33132.89113.5-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.61%
GREEN value IS 146 (57.42% from 255) = 35.70%
BLUE value IS 146 (57.42% from 255) = 35.70%
R=28.61%
G=35.70%
B=35.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1171461460.20000.4318011.7451.57
Hex75929214002Bb4c34
Octal1652222222400532641464
Binary111010110010010100100101010000101011101101001100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759292; }

 p { color: rgb(117,146,146); }

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

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

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

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

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

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

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