Html Css Color HEX #618F42 Dingley

📋 copy color: '#618F42'

red 97 ◦ green 143 ◦ blue 66

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

Shades of Dingley #618F42

Tints of Dingley #618F42

RGB

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

 GREEN value IS 143 (56.25% from 255) = 46.73%

 BLUE value IS 66 (26.17% from 255) = 21.57%

R = 31.7%
G = 46.73%
B = 21.57%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.54

 K value IS 0.44

RGB Variations

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

Color information

#618F42 (or 0x618F42) is known color: Dingley. HEX triplet: 61, 8F and 42. RGB value is (97,143,66). Sum of RGB (Red+Green+Blue) = 97+143+66=306 (40% of max value = 765). Red value is 97 (38.28% from 255 or 31.70% from 306); Green value is 143 (56.25% from 255 or 46.73% from 306); Blue value is 66 (26.17% from 255 or 21.57% from 306); Max value from RGB is 143 - color contains mainly: green. Hex color #618F42 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #618F42 is #9E70BD. Grayscale: #787878. Windows color (decimal): -10383550 or 4362081. OLE color: 4362081.

HSL color Cylindrical-coordinate representation of color #618F42: hue angle of 95.84º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #618F42 is Cyan = 0.32, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.44.

Color convert

RGB 97 143 66 -
CMYK 0.32 0 0.54 0.44
HSL 95.84º 0.37% 0.41% -
HSV(B) 95.84º 0.54% 0.56% -
XYZ 15.74 22.58 8.68 -
YUV 120.47 97.26 111.26 -
System Red Green Blue C M Y K H S L
Decimal 97 143 66 0.32 0 0.54 0.44 95.84 0.37 0.41
Hex 61 8F 42 20 0 36 2C 60 25 29
Octal 141 217 102 40 0 66 54 140 45 51
Binary 1100001 10001111 1000010 100000 0 110110 101100 1100000 100101 101001

Color Harmonies of #618F42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #618F42

Black with #618F42

Text Example


Text Example

White with #618F42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,143,66); }

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

background-color css

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

 a { background-color: rgb(97,143,66); }

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

border-color css

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

 span { border-color: rgb(97,143,66); }

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