#769467

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

Shades of Highland #769467

Tints of Highland #769467

Color information

#769467 (or 0x769467) is unknown color: approx Highland. HEX triplet: 76, 94 and 67. RGB value is (118,148,103). Sum of RGB (Red+Green+Blue) = 118+148+103=369 (48% of max value = 765). Red value is 118 (46.48% from 255 or 31.98% from 369); Green value is 148 (58.20% from 255 or 40.11% from 369); Blue value is 103 (40.62% from 255 or 27.91% from 369); Max value from RGB is 148 - color contains mainly: green. Hex color #769467 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769467 is #896B98. Grayscale: #868686. Windows color (decimal): -9005977 or 6788214. OLE color: 6788214.

HSL color Cylindrical-coordinate representation of color #769467: hue angle of 100º degrees, saturation: 0.18, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #769467 is Cyan = 0.20, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB118148103-
CMYK0.2000.300.42
HSL100º17.93%49.22%-
HSV(B)100º30.41%58.04%-
XYZ20.5126.0116.77-
YUV133.9110.56116.66-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 31.98%
GREEN value IS 148 (58.20% from 255) = 40.11%
BLUE value IS 103 (40.62% from 255) = 27.91%
R=31.98%
G=40.11%
B=27.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1181481030.2000.300.4210017.9349.22
Hex7694671401E2A641231
Octal16622414724036521442261
Binary111011010010100110011110100011110101010110010010010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769467; }

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

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

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

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

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

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

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

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