#769263

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

Shades of Highland #769263

Tints of Highland #769263

Color information

#769263 (or 0x769263) is unknown color: approx Highland. HEX triplet: 76, 92 and 63. RGB value is (118,146,99). Sum of RGB (Red+Green+Blue) = 118+146+99=363 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.51% from 363); Green value is 146 (57.42% from 255 or 40.22% from 363); Blue value is 99 (39.06% from 255 or 27.27% from 363); Max value from RGB is 146 - color contains mainly: green. Hex color #769263 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769263 is #896D9C. Grayscale: #848484. Windows color (decimal): -9006493 or 6525558. OLE color: 6525558.

HSL color Cylindrical-coordinate representation of color #769263: hue angle of 95.74º degrees, saturation: 0.19, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #769263 is Cyan = 0.19, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB11814699-
CMYK0.1900.320.43
HSL95.74º19.18%48.04%-
HSV(B)95.74º32.19%57.25%-
XYZ2025.3115.64-
YUV132.27109.22117.82-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.51%
GREEN value IS 146 (57.42% from 255) = 40.22%
BLUE value IS 99 (39.06% from 255) = 27.27%
R=32.51%
G=40.22%
B=27.27%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146990.1900.320.4395.7419.1848.04
Hex769263130202B601330
Octal16622214323040531402360
Binary1110110100100101100011100110100000101011110000010011110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769263

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769263; }

 p { color: rgb(118,146,99); }

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

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

 a { background-color: rgb(118,146,99); }

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

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

 span { border-color: rgb(118,146,99); }

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