#74914B

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

Shades of Highland #74914B

Tints of Highland #74914B

Color information

#74914B (or 0x74914B) is unknown color: approx Highland. HEX triplet: 74, 91 and 4B. RGB value is (116,145,75). Sum of RGB (Red+Green+Blue) = 116+145+75=336 (44% of max value = 765). Red value is 116 (45.70% from 255 or 34.52% from 336); Green value is 145 (57.03% from 255 or 43.15% from 336); Blue value is 75 (29.69% from 255 or 22.32% from 336); Max value from RGB is 145 - color contains mainly: green. Hex color #74914B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74914B is #8B6EB4. Grayscale: #808080. Windows color (decimal): -9137845 or 4952436. OLE color: 4952436.

HSL color Cylindrical-coordinate representation of color #74914B: hue angle of 84.86º degrees, saturation: 0.32, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74914B is Cyan = 0.2, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.43.

Color convert

RGB11614575-
CMYK0.200.480.43
HSL84.86º31.82%43.14%-
HSV(B)84.86º48.28%56.86%-
XYZ18.624.4710.4-
YUV128.3597.89119.19-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 34.52%
GREEN value IS 145 (57.03% from 255) = 43.15%
BLUE value IS 75 (29.69% from 255) = 22.32%
R=34.52%
G=43.15%
B=22.32%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal116145750.200.480.4384.8631.8243.14
Hex74914B140302B55202b
Octal16422111324060531254053
Binary11101001001000110010111010001100001010111010101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74914B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(116,145,75); }

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

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

 a { background-color: rgb(116,145,75); }

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

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

 span { border-color: rgb(116,145,75); }

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