Html Css Color HEX #61754F Dingley

📋 copy color: '#61754F'

red 97 ◦ green 117 ◦ blue 79

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

Shades of Dingley #61754F

Tints of Dingley #61754F

RGB

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

 GREEN value IS 117 (46.09% from 255) = 39.93%

 BLUE value IS 79 (31.25% from 255) = 26.96%

R = 33.11%
G = 39.93%
B = 26.96%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#61754F (or 0x61754F) is known color: Dingley. HEX triplet: 61, 75 and 4F. RGB value is (97,117,79). Sum of RGB (Red+Green+Blue) = 97+117+79=293 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.11% from 293); Green value is 117 (46.09% from 255 or 39.93% from 293); Blue value is 79 (31.25% from 255 or 26.96% from 293); Max value from RGB is 117 - color contains mainly: green. Hex color #61754F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #61754F is #9E8AB0. Grayscale: #6A6A6A. Windows color (decimal): -10390193 or 5207393. OLE color: 5207393.

HSL color Cylindrical-coordinate representation of color #61754F: hue angle of 91.58º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #61754F is Cyan = 0.17, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 97 117 79 -
CMYK 0.17 0 0.32 0.54
HSL 91.58º 0.19% 0.38% -
HSV(B) 91.58º 0.32% 0.46% -
XYZ 12.7 15.83 9.78 -
YUV 106.69 112.37 121.09 -
System Red Green Blue C M Y K H S L
Decimal 97 117 79 0.17 0 0.32 0.54 91.58 0.19 0.38
Hex 61 75 4F 11 0 20 36 5C 13 26
Octal 141 165 117 21 0 40 66 134 23 46
Binary 1100001 1110101 1001111 10001 0 100000 110110 1011100 10011 100110

Color Harmonies of #61754F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #61754F

Black with #61754F

Text Example


Text Example

White with #61754F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #61754F; }

 p { color: rgb(97,117,79); }

 H1.HeaderClassName
 {
   color: #61754F;
 }
 .AnyTagClassName
 {
   color: #61754F;
 }
</style>

background-color css

<style>
 a { background-color: #61754F; }

 a { background-color: rgb(97,117,79); }

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

border-color css

<style>
 span { border-color: #61754F; }

 span { border-color: rgb(97,117,79); }

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