#74894B

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

Shades of Dingley #74894B

Tints of Dingley #74894B

Color information

#74894B (or 0x74894B) is unknown color: approx Dingley. HEX triplet: 74, 89 and 4B. RGB value is (116,137,75). Sum of RGB (Red+Green+Blue) = 116+137+75=328 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.37% from 328); Green value is 137 (53.91% from 255 or 41.77% from 328); Blue value is 75 (29.69% from 255 or 22.87% from 328); Max value from RGB is 137 - color contains mainly: green. Hex color #74894B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #74894B is #8B76B4. Grayscale: #7B7B7B. Windows color (decimal): -9139893 or 4950388. OLE color: 4950388.

HSL color Cylindrical-coordinate representation of color #74894B: hue angle of 80.32º degrees, saturation: 0.29, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #74894B is Cyan = 0.15, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.46.

Color convert

RGB11613775-
CMYK0.1500.450.46
HSL80.32º29.25%41.57%-
HSV(B)80.32º45.26%53.73%-
XYZ17.4222.1110.01-
YUV123.65100.54122.54-

RGB Variations

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

RGB

RED value IS 116 (45.70% from 255) = 35.37%
GREEN value IS 137 (53.91% from 255) = 41.77%
BLUE value IS 75 (29.69% from 255) = 22.87%
R=35.37%
G=41.77%
B=22.87%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal116137750.1500.450.4680.3229.2541.57
Hex74894BF02D2E501d2a
Octal16421111317055561203552
Binary111010010001001100101111110101101101110101000011101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #74894B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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