#769993

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

Shades of Juniper #769993

Tints of Juniper #769993

Color information

#769993 (or 0x769993) is unknown color: approx Juniper. HEX triplet: 76, 99 and 93. RGB value is (118,153,147). Sum of RGB (Red+Green+Blue) = 118+153+147=418 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.23% from 418); Green value is 153 (60.16% from 255 or 36.60% from 418); Blue value is 147 (57.81% from 255 or 35.17% from 418); Max value from RGB is 153 - color contains mainly: green. Hex color #769993 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769993 is #89666C. Grayscale: #8D8D8D. Windows color (decimal): -9004653 or 9673078. OLE color: 9673078.

HSL color Cylindrical-coordinate representation of color #769993: hue angle of 169.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #769993 is Cyan = 0.23, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.4.

Color convert

RGB118153147-
CMYK0.2300.040.4
HSL169.71º14.64%53.14%-
HSV(B)169.71º22.88%60%-
XYZ24.1328.7431.88-
YUV141.85130.9110.99-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.23%
GREEN value IS 153 (60.16% from 255) = 36.60%
BLUE value IS 147 (57.81% from 255) = 35.17%
R=28.23%
G=36.60%
B=35.17%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1181531470.2300.040.4169.7114.6453.14
Hex769993170428aaf35
Octal1662312232704502521765
Binary11101101001100110010011101110100101000101010101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769993

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769993; }

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

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

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

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

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

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

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

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