Html Css Color HEX #618C45 Dingley

📋 copy color: '#618C45'

red 97 ◦ green 140 ◦ blue 69

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

Shades of Dingley #618C45

Tints of Dingley #618C45

RGB

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

 GREEN value IS 140 (55.08% from 255) = 45.75%

 BLUE value IS 69 (27.34% from 255) = 22.55%

R = 31.7%
G = 45.75%
B = 22.55%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#618C45 (or 0x618C45) is known color: Dingley. HEX triplet: 61, 8C and 45. RGB value is (97,140,69). Sum of RGB (Red+Green+Blue) = 97+140+69=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 140 (55.08% from 255 or 45.75% from 306); Blue value is 69 (27.34% from 255 or 22.55% from 306); Max value from RGB is 140 - color contains mainly: green. Hex color #618C45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618C45 is #9E73BA. Grayscale: #777777. Windows color (decimal): -10384315 or 4557921. OLE color: 4557921.

HSL color Cylindrical-coordinate representation of color #618C45: hue angle of 96.34º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #618C45 is Cyan = 0.31, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 97 140 69 -
CMYK 0.31 0 0.51 0.45
HSL 96.34º 0.34% 0.41% -
HSV(B) 96.34º 0.51% 0.55% -
XYZ 15.38 21.73 9.01 -
YUV 119.05 99.75 112.27 -
System Red Green Blue C M Y K H S L
Decimal 97 140 69 0.31 0 0.51 0.45 96.34 0.34 0.41
Hex 61 8C 45 1F 0 33 2D 60 22 29
Octal 141 214 105 37 0 63 55 140 42 51
Binary 1100001 10001100 1000101 11111 0 110011 101101 1100000 100010 101001

Color Harmonies of #618C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618C45

Black with #618C45

Text Example


Text Example

White with #618C45

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #618C45; }

 p { color: rgb(97,140,69); }

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

background-color css

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

 a { background-color: rgb(97,140,69); }

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

border-color css

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

 span { border-color: rgb(97,140,69); }

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