#769293

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

Shades of Juniper #769293

Tints of Juniper #769293

Color information

#769293 (or 0x769293) is unknown color: approx Juniper. HEX triplet: 76, 92 and 93. RGB value is (118,146,147). Sum of RGB (Red+Green+Blue) = 118+146+147=411 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.71% from 411); Green value is 146 (57.42% from 255 or 35.52% from 411); Blue value is 147 (57.81% from 255 or 35.77% from 411); Max value from RGB is 147 - color contains mainly: blue. Hex color #769293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769293 is #896D6C. Grayscale: #898989. Windows color (decimal): -9006445 or 9671286. OLE color: 9671286.

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

Color convert

RGB118146147-
CMYK0.200.0100.42
HSL182.07º11.84%51.96%-
HSV(B)182.07º19.73%57.65%-
XYZ23.0226.5231.51-
YUV137.74133.22113.92-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.71%
GREEN value IS 146 (57.42% from 255) = 35.52%
BLUE value IS 147 (57.81% from 255) = 35.77%
R=28.71%
G=35.52%
B=35.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181461470.200.0100.42182.0711.8451.96
Hex76929314102Ab6c34
Octal1662222232410522661464
Binary111011010010010100100111010010101010101101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769293; }

 p { color: rgb(118,146,147); }

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

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

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

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

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

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

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