#769796

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

Shades of Juniper #769796

Tints of Juniper #769796

Color information

#769796 (or 0x769796) is unknown color: approx Juniper. HEX triplet: 76, 97 and 96. RGB value is (118,151,150). Sum of RGB (Red+Green+Blue) = 118+151+150=419 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.16% from 419); Green value is 151 (59.38% from 255 or 36.04% from 419); Blue value is 150 (58.98% from 255 or 35.80% from 419); Max value from RGB is 151 - color contains mainly: green. Hex color #769796 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769796 is #896869. Grayscale: #8C8C8C. Windows color (decimal): -9005162 or 9869174. OLE color: 9869174.

HSL color Cylindrical-coordinate representation of color #769796: hue angle of 178.18º degrees, saturation: 0.14, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #769796 is Cyan = 0.22, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.41.

Color convert

RGB118151150-
CMYK0.2200.010.41
HSL178.18º13.69%52.75%-
HSV(B)178.18º21.85%59.22%-
XYZ24.0428.1933.03-
YUV141.02133.07111.58-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.16%
GREEN value IS 151 (59.38% from 255) = 36.04%
BLUE value IS 150 (58.98% from 255) = 35.80%
R=28.16%
G=36.04%
B=35.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511500.2200.010.41178.1813.6952.75
Hex769796160129b2e35
Octal1662272262601512621665
Binary111011010010111100101101011001101001101100101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769796; }

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

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

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

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

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

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

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

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