#74875A

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

Shades of Highland #74875A

Tints of Highland #74875A

Color information

#74875A (or 0x74875A) is unknown color: approx Highland. HEX triplet: 74, 87 and 5A. RGB value is (116,135,90). Sum of RGB (Red+Green+Blue) = 116+135+90=341 (45% of max value = 765). Red value is 116 (45.70% from 255 or 34.02% from 341); Green value is 135 (53.12% from 255 or 39.59% from 341); Blue value is 90 (35.55% from 255 or 26.39% from 341); Max value from RGB is 135 - color contains mainly: green. Hex color #74875A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74875A is #8B78A5. Grayscale: #7C7C7C. Windows color (decimal): -9140390 or 5932916. OLE color: 5932916.

HSL color Cylindrical-coordinate representation of color #74875A: hue angle of 85.33º degrees, saturation: 0.2, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #74875A is Cyan = 0.14, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB11613590-
CMYK0.1400.330.47
HSL85.33º20%44.12%-
HSV(B)85.33º33.33%52.94%-
XYZ17.7121.7812.94-
YUV124.19108.71122.16-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.02%
GREEN value IS 135 (53.12% from 255) = 39.59%
BLUE value IS 90 (35.55% from 255) = 26.39%
R=34.02%
G=39.59%
B=26.39%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal116135900.1400.330.4785.332044.12
Hex74875AE0212F55142c
Octal16420713216041571252454
Binary111010010000111101101011100100001101111101010110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74875A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74875A; }

 p { color: rgb(116,135,90); }

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

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

 a { background-color: rgb(116,135,90); }

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

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

 span { border-color: rgb(116,135,90); }

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