#769698

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

Shades of Juniper #769698

Tints of Juniper #769698

Color information

#769698 (or 0x769698) is unknown color: approx Juniper. HEX triplet: 76, 96 and 98. RGB value is (118,150,152). Sum of RGB (Red+Green+Blue) = 118+150+152=420 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.10% from 420); Green value is 150 (58.98% from 255 or 35.71% from 420); Blue value is 152 (59.77% from 255 or 36.19% from 420); Max value from RGB is 152 - color contains mainly: blue. Hex color #769698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769698 is #896967. Grayscale: #8C8C8C. Windows color (decimal): -9005416 or 9999990. OLE color: 9999990.

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

Color convert

RGB118150152-
CMYK0.220.0100.40
HSL183.53º14.17%52.94%-
HSV(B)183.53º22.37%59.61%-
XYZ24.0527.9333.83-
YUV140.66134.4111.84-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.10%
GREEN value IS 150 (58.98% from 255) = 35.71%
BLUE value IS 152 (59.77% from 255) = 36.19%
R=28.10%
G=35.71%
B=36.19%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1181501520.220.0100.40183.5314.1752.94
Hex769698161028b8e35
Octal1662262302610502701665
Binary111011010010110100110001011010101000101110001110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769698; }

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

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

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

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

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

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

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

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