#769350

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

Shades of Highland #769350

Tints of Highland #769350

Color information

#769350 (or 0x769350) is unknown color: approx Highland. HEX triplet: 76, 93 and 50. RGB value is (118,147,80). Sum of RGB (Red+Green+Blue) = 118+147+80=345 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.20% from 345); Green value is 147 (57.81% from 255 or 42.61% from 345); Blue value is 80 (31.64% from 255 or 23.19% from 345); Max value from RGB is 147 - color contains mainly: green. Hex color #769350 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #769350 is #896CAF. Grayscale: #828282. Windows color (decimal): -9006256 or 5280630. OLE color: 5280630.

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

Color convert

RGB11814780-
CMYK0.2000.460.42
HSL85.97º29.52%44.51%-
HSV(B)85.97º45.58%57.65%-
XYZ19.3525.311.45-
YUV130.6999.39118.95-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 34.20%
GREEN value IS 147 (57.81% from 255) = 42.61%
BLUE value IS 80 (31.64% from 255) = 23.19%
R=34.20%
G=42.61%
B=23.19%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147800.2000.460.4285.9729.5244.51
Hex7693501402E2A561e2d
Octal16622312024056521263655
Binary1110110100100111010000101000101110101010101011011110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #769350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #769350; }

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

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

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

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

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

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

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

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