#769798

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

Shades of Juniper #769798

Tints of Juniper #769798

Color information

#769798 (or 0x769798) is unknown color: approx Juniper. HEX triplet: 76, 97 and 98. RGB value is (118,151,152). Sum of RGB (Red+Green+Blue) = 118+151+152=421 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.03% from 421); Green value is 151 (59.38% from 255 or 35.87% from 421); Blue value is 152 (59.77% from 255 or 36.10% from 421); Max value from RGB is 152 - color contains mainly: blue. Hex color #769798 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769798 is #896867. Grayscale: #8D8D8D. Windows color (decimal): -9005160 or 10000246. OLE color: 10000246.

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

Color convert

RGB118151152-
CMYK0.220.0100.40
HSL181.76º14.17%52.94%-
HSV(B)181.76º22.37%59.61%-
XYZ24.2128.2533.88-
YUV141.25134.07111.42-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.03%
GREEN value IS 151 (59.38% from 255) = 35.87%
BLUE value IS 152 (59.77% from 255) = 36.10%
R=28.03%
G=35.87%
B=36.10%

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
Decimal1181511520.220.0100.40181.7614.1752.94
Hex769798161028b6e35
Octal1662272302610502661665
Binary111011010010111100110001011010101000101101101110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769798

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769798; }

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

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

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

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

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

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

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

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