#76935C

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

Shades of Highland #76935C

Tints of Highland #76935C

Color information

#76935C (or 0x76935C) is unknown color: approx Highland. HEX triplet: 76, 93 and 5C. RGB value is (118,147,92). Sum of RGB (Red+Green+Blue) = 118+147+92=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 147 (57.81% from 255 or 41.18% from 357); Blue value is 92 (36.33% from 255 or 25.77% from 357); Max value from RGB is 147 - color contains mainly: green. Hex color #76935C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #76935C is #896CA3. Grayscale: #848484. Windows color (decimal): -9006244 or 6067062. OLE color: 6067062.

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

Color convert

RGB11814792-
CMYK0.2000.370.42
HSL91.64º23.01%46.86%-
HSV(B)91.64º37.41%57.65%-
XYZ19.8425.4914-
YUV132.06105.39117.97-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 33.05%
GREEN value IS 147 (57.81% from 255) = 41.18%
BLUE value IS 92 (36.33% from 255) = 25.77%
R=33.05%
G=41.18%
B=25.77%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal118147920.2000.370.4291.6423.0146.86
Hex76935C140252A5c172f
Octal16622313424045521342757
Binary1110110100100111011100101000100101101010101110010111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76935C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76935C; }

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

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

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

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

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

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

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

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