#769493

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

Shades of Juniper #769493

Tints of Juniper #769493

Color information

#769493 (or 0x769493) is unknown color: approx Juniper. HEX triplet: 76, 94 and 93. RGB value is (118,148,147). Sum of RGB (Red+Green+Blue) = 118+148+147=413 (54% of max value = 765). Red value is 118 (46.48% from 255 or 28.57% from 413); Green value is 148 (58.20% from 255 or 35.84% from 413); Blue value is 147 (57.81% from 255 or 35.59% from 413); Max value from RGB is 148 - color contains mainly: green. Hex color #769493 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769493 is #896B6C. Grayscale: #8A8A8A. Windows color (decimal): -9005933 or 9671798. OLE color: 9671798.

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

Color convert

RGB118148147-
CMYK0.2000.010.42
HSL178º12.3%52.16%-
HSV(B)178º20.27%58.04%-
XYZ23.3327.1431.61-
YUV138.92132.56113.08-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.57%
GREEN value IS 148 (58.20% from 255) = 35.84%
BLUE value IS 147 (57.81% from 255) = 35.59%
R=28.57%
G=35.84%
B=35.59%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481470.2000.010.4217812.352.16
Hex76949314012Ab2c34
Octal1662242232401522621464
Binary111011010010100100100111010001101010101100101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769493; }

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

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

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

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

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

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

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

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