#769067

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

Shades of Highland #769067

Tints of Highland #769067

Color information

#769067 (or 0x769067) is unknown color: approx Highland. HEX triplet: 76, 90 and 67. RGB value is (118,144,103). Sum of RGB (Red+Green+Blue) = 118+144+103=365 (48% of max value = 765). Red value is 118 (46.48% from 255 or 32.33% from 365); Green value is 144 (56.64% from 255 or 39.45% from 365); Blue value is 103 (40.62% from 255 or 28.22% from 365); Max value from RGB is 144 - color contains mainly: green. Hex color #769067 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769067 is #896F98. Grayscale: #838383. Windows color (decimal): -9007001 or 6787190. OLE color: 6787190.

HSL color Cylindrical-coordinate representation of color #769067: hue angle of 98.05º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #769067 is Cyan = 0.18, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB118144103-
CMYK0.1800.280.44
HSL98.05º16.6%48.43%-
HSV(B)98.05º28.47%56.47%-
XYZ19.8924.7816.57-
YUV131.55111.89118.33-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 32.33%
GREEN value IS 144 (56.64% from 255) = 39.45%
BLUE value IS 103 (40.62% from 255) = 28.22%
R=32.33%
G=39.45%
B=28.22%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1181441030.1800.280.4498.0516.648.43
Hex7690671201C2C621130
Octal16622014722034541422160
Binary111011010010000110011110010011100101100110001010001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769067; }

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

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

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

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

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

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

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

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