#769793

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

Shades of Juniper #769793

Tints of Juniper #769793

Color information

#769793 (or 0x769793) is unknown color: approx Juniper. HEX triplet: 76, 97 and 93. RGB value is (118,151,147). Sum of RGB (Red+Green+Blue) = 118+151+147=416 (55% of max value = 765). Red value is 118 (46.48% from 255 or 28.37% from 416); Green value is 151 (59.38% from 255 or 36.30% from 416); Blue value is 147 (57.81% from 255 or 35.34% from 416); Max value from RGB is 151 - color contains mainly: green. Hex color #769793 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #769793 is #89686C. Grayscale: #8C8C8C. Windows color (decimal): -9005165 or 9672566. OLE color: 9672566.

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

Color convert

RGB118151147-
CMYK0.2200.030.41
HSL172.73º13.69%52.75%-
HSV(B)172.73º21.85%59.22%-
XYZ23.828.0931.77-
YUV140.68131.57111.83-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 28.37%
GREEN value IS 151 (59.38% from 255) = 36.30%
BLUE value IS 147 (57.81% from 255) = 35.34%
R=28.37%
G=36.30%
B=35.34%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1181511470.2200.030.41172.7313.6952.75
Hex769793160329ade35
Octal1662272232603512551665
Binary1110110100101111001001110110011101001101011011110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769793

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769793; }

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

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

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

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

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

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

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

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