#769497

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

Shades of Juniper #769497

Tints of Juniper #769497

Color information

#769497 (or 0x769497) is unknown color: approx Juniper. HEX triplet: 76, 94 and 97. RGB value is (118,148,151). Sum of RGB (Red+Green+Blue) = 118+148+151=417 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.30% from 417); Green value is 148 (58.20% from 255 or 35.49% from 417); Blue value is 151 (59.38% from 255 or 36.21% from 417); Max value from RGB is 151 - color contains mainly: blue. Hex color #769497 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769497 is #896B68. Grayscale: #8B8B8B. Windows color (decimal): -9005929 or 9933942. OLE color: 9933942.

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

Color convert

RGB118148151-
CMYK0.220.0200.41
HSL185.45º13.69%52.75%-
HSV(B)185.45º21.85%59.22%-
XYZ23.6527.2733.29-
YUV139.37134.56112.76-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.30%
GREEN value IS 148 (58.20% from 255) = 35.49%
BLUE value IS 151 (59.38% from 255) = 36.21%
R=28.30%
G=35.49%
B=36.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181481510.220.0200.41185.4513.6952.75
Hex769497162029b9e35
Octal1662242272620512711665
Binary1110110100101001001011110110100101001101110011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769497

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769497; }

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

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

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

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

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

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

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

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