#769251

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

Shades of Highland #769251

Tints of Highland #769251

Color information

#769251 (or 0x769251) is unknown color: approx Highland. HEX triplet: 76, 92 and 51. RGB value is (118,146,81). Sum of RGB (Red+Green+Blue) = 118+146+81=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 146 (57.42% from 255 or 42.32% from 345); Blue value is 81 (32.03% from 255 or 23.48% from 345); Max value from RGB is 146 - color contains mainly: green. Hex color #769251 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769251 is #896DAE. Grayscale: #828282. Windows color (decimal): -9006511 or 5345910. OLE color: 5345910.

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

Color convert

RGB11814681-
CMYK0.1900.450.43
HSL85.85º28.63%44.51%-
HSV(B)85.85º44.52%57.25%-
XYZ19.242511.6-
YUV130.22100.22119.29-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 146 (57.42% from 255) = 42.32%
BLUE value IS 81 (32.03% from 255) = 23.48%
R=34.20%
G=42.32%
B=23.48%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal118146810.1900.450.4385.8528.6344.51
Hex7692511302D2B561d2d
Octal16622212123055531263555
Binary1110110100100101010001100110101101101011101011011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769251; }

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

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

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

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

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

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

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

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