#74965F

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

Shades of Highland #74965F

Tints of Highland #74965F

Color information

#74965F (or 0x74965F) is unknown color: approx Highland. HEX triplet: 74, 96 and 5F. RGB value is (116,150,95). Sum of RGB (Red+Green+Blue) = 116+150+95=361 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.13% from 361); Green value is 150 (58.98% from 255 or 41.55% from 361); Blue value is 95 (37.5% from 255 or 26.32% from 361); Max value from RGB is 150 - color contains mainly: green. Hex color #74965F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74965F is #8B69A0. Grayscale: #858585. Windows color (decimal): -9136545 or 6264436. OLE color: 6264436.

HSL color Cylindrical-coordinate representation of color #74965F: hue angle of 97.09º degrees, saturation: 0.22, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #74965F is Cyan = 0.23, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.41.

Color convert

RGB11615095-
CMYK0.2300.370.41
HSL97.09º22.45%48.04%-
HSV(B)97.09º36.67%58.82%-
XYZ20.1726.3514.85-
YUV133.56106.24115.47-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.13%
GREEN value IS 150 (58.98% from 255) = 41.55%
BLUE value IS 95 (37.5% from 255) = 26.32%
R=32.13%
G=41.55%
B=26.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal116150950.2300.370.4197.0922.4548.04
Hex74965F1702529611630
Octal16422613727045511412660
Binary1110100100101101011111101110100101101001110000110110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74965F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #74965F; }

 p { color: rgb(116,150,95); }

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

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

 a { background-color: rgb(116,150,95); }

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

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

 span { border-color: rgb(116,150,95); }

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