#61784A

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

Shades of Dingley #61784A

Tints of Dingley #61784A

Color information

#61784A (or 0x61784A) is unknown color: approx Dingley. HEX triplet: 61, 78 and 4A. RGB value is (97,120,74). Sum of RGB (Red+Green+Blue) = 97+120+74=291 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.33% from 291); Green value is 120 (47.27% from 255 or 41.24% from 291); Blue value is 74 (29.30% from 255 or 25.43% from 291); Max value from RGB is 120 - color contains mainly: green. Hex color #61784A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #61784A is #9E87B5. Grayscale: #6C6C6C. Windows color (decimal): -10389430 or 4880481. OLE color: 4880481.

HSL color Cylindrical-coordinate representation of color #61784A: hue angle of 90º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #61784A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.

Color convert

RGB9712074-
CMYK0.1900.380.53
HSL90º23.71%38.04%-
HSV(B)90º38.33%47.06%-
XYZ12.8816.478.98-
YUV107.88108.88120.24-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 33.33%
GREEN value IS 120 (47.27% from 255) = 41.24%
BLUE value IS 74 (29.30% from 255) = 25.43%
R=33.33%
G=41.24%
B=25.43%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal97120740.1900.380.539023.7138.04
Hex61784A13026355a1826
Octal14117011223046651323046
Binary110000111110001001010100110100110110101101101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #61784A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,120,74); }

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

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

 a { background-color: rgb(97,120,74); }

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

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

 span { border-color: rgb(97,120,74); }

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