#74985C

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

Shades of Highland #74985C

Tints of Highland #74985C

Color information

#74985C (or 0x74985C) is unknown color: approx Highland. HEX triplet: 74, 98 and 5C. RGB value is (116,152,92). Sum of RGB (Red+Green+Blue) = 116+152+92=360 (47% of max value = 765). Red value is 116 (45.70% from 255 or 32.22% from 360); Green value is 152 (59.77% from 255 or 42.22% from 360); Blue value is 92 (36.33% from 255 or 25.56% from 360); Max value from RGB is 152 - color contains mainly: green. Hex color #74985C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #74985C is #8B67A3. Grayscale: #868686. Windows color (decimal): -9136036 or 6068340. OLE color: 6068340.

HSL color Cylindrical-coordinate representation of color #74985C: hue angle of 96º degrees, saturation: 0.25, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #74985C is Cyan = 0.24, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB11615292-
CMYK0.2400.390.40
HSL96º24.59%47.84%-
HSV(B)96º39.47%59.61%-
XYZ20.3626.9414.25-
YUV134.4104.07114.88-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 32.22%
GREEN value IS 152 (59.77% from 255) = 42.22%
BLUE value IS 92 (36.33% from 255) = 25.56%
R=32.22%
G=42.22%
B=25.56%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal116152920.2400.390.409624.5947.84
Hex74985C1802728601930
Octal16423013430047501403160
Binary1110100100110001011100110000100111101000110000011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74985C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,152,92); }

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

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

 a { background-color: rgb(116,152,92); }

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

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

 span { border-color: rgb(116,152,92); }

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