#76945B

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

Shades of Highland #76945B

Tints of Highland #76945B

Color information

#76945B (or 0x76945B) is unknown color: approx Highland. HEX triplet: 76, 94 and 5B. RGB value is (118,148,91). Sum of RGB (Red+Green+Blue) = 118+148+91=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 148 (58.20% from 255 or 41.46% from 357); Blue value is 91 (35.94% from 255 or 25.49% from 357); Max value from RGB is 148 - color contains mainly: green. Hex color #76945B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76945B is #896BA4. Grayscale: #848484. Windows color (decimal): -9005989 or 6001782. OLE color: 6001782.

HSL color Cylindrical-coordinate representation of color #76945B: hue angle of 91.58º degrees, saturation: 0.24, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #76945B is Cyan = 0.20, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.42.

Color convert

RGB11814891-
CMYK0.2000.390.42
HSL91.58º23.85%46.86%-
HSV(B)91.58º38.51%58.04%-
XYZ19.9525.7913.82-
YUV132.53104.56117.63-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 148 (58.20% from 255) = 41.46%
BLUE value IS 91 (35.94% from 255) = 25.49%
R=33.05%
G=41.46%
B=25.49%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118148910.2000.390.4291.5823.8546.86
Hex76945B140272A5c182f
Octal16622413324047521343057
Binary1110110100101001011011101000100111101010101110011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76945B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76945B; }

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

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

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

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

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

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

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

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