Html Css Color HEX #618740 Dingley

📋 copy color: '#618740'

red 97 ◦ green 135 ◦ blue 64

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

Shades of Dingley #618740

Tints of Dingley #618740

RGB

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

 GREEN value IS 135 (53.13% from 255) = 45.61%

 BLUE value IS 64 (25.39% from 255) = 21.62%

R = 32.77%
G = 45.61%
B = 21.62%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.53

 K value IS 0.47

RGB Variations

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

Color information

#618740 (or 0x618740) is known color: Dingley. HEX triplet: 61, 87 and 40. RGB value is (97,135,64). Sum of RGB (Red+Green+Blue) = 97+135+64=296 (39% of max value = 765). Red value is 97 (38.28% from 255 or 32.77% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #618740 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618740 is #9E78BF. Grayscale: #737373. Windows color (decimal): -10385600 or 4228961. OLE color: 4228961.

HSL color Cylindrical-coordinate representation of color #618740: hue angle of 92.11º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #618740 is Cyan = 0.28, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.47.

Color convert

RGB 97 135 64 -
CMYK 0.28 0 0.53 0.47
HSL 92.11º 0.36% 0.39% -
HSV(B) 92.11º 0.53% 0.53% -
XYZ 14.52 20.24 7.99 -
YUV 115.54 98.91 114.77 -
System Red Green Blue C M Y K H S L
Decimal 97 135 64 0.28 0 0.53 0.47 92.11 0.36 0.39
Hex 61 87 40 1C 0 35 2F 5C 24 27
Octal 141 207 100 34 0 65 57 134 44 47
Binary 1100001 10000111 1000000 11100 0 110101 101111 1011100 100100 100111

Color Harmonies of #618740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618740

Black with #618740

Text Example


Text Example

White with #618740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618740; }

 p { color: rgb(97,135,64); }

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

background-color css

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

 a { background-color: rgb(97,135,64); }

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

border-color css

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

 span { border-color: rgb(97,135,64); }

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