Html Css Color HEX #61804C Dingley

📋 copy color: '#61804C'

red 97 ◦ green 128 ◦ blue 76

#61804C
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dingley #61804C

Tints of Dingley #61804C

RGB

 RED value IS 97 (38.28% from 255) = 32.23%

 GREEN value IS 128 (50.39% from 255) = 42.52%

 BLUE value IS 76 (30.08% from 255) = 25.25%

R = 32.23%
G = 42.52%
B = 25.25%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.41

 K value IS 0.50

RGB Variations

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

Color information

#61804C (or 0x61804C) is known color: Dingley. HEX triplet: 61, 80 and 4C. RGB value is (97,128,76). Sum of RGB (Red+Green+Blue) = 97+128+76=301 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.23% from 301); Green value is 128 (50.39% from 255 or 42.52% from 301); Blue value is 76 (30.08% from 255 or 25.25% from 301); Max value from RGB is 128 - color contains mainly: green. Hex color #61804C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #61804C is #9E7FB3. Grayscale: #707070. Windows color (decimal): -10387380 or 5013601. OLE color: 5013601.

HSL color Cylindrical-coordinate representation of color #61804C: hue angle of 95.77º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #61804C is Cyan = 0.24, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.50.

Color convert

RGB 97 128 76 -
CMYK 0.24 0 0.41 0.50
HSL 95.77º 0.25% 0.4% -
HSV(B) 95.77º 0.41% 0.5% -
XYZ 13.95 18.5 9.67 -
YUV 112.8 107.23 116.73 -
System Red Green Blue C M Y K H S L
Decimal 97 128 76 0.24 0 0.41 0.50 95.77 0.25 0.4
Hex 61 80 4C 18 0 29 32 60 19 28
Octal 141 200 114 30 0 51 62 140 31 50
Binary 1100001 10000000 1001100 11000 0 101001 110010 1100000 11001 101000

Color Harmonies of #61804C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61804C

Black with #61804C

Text Example


Text Example

White with #61804C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,128,76); }

 H1.HeaderClassName
 {
   color: #61804C;
 }
 .AnyTagClassName
 {
   color: #61804C;
 }
</style>

background-color css

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

 a { background-color: rgb(97,128,76); }

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

border-color css

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

 span { border-color: rgb(97,128,76); }

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