Html Css Color HEX #668240 Dingley

📋 copy color: '#668240'

red 102 ◦ green 130 ◦ blue 64

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

Shades of Dingley #668240

Tints of Dingley #668240

RGB

 RED value IS 102 (40.23% from 255) = 34.46%

 GREEN value IS 130 (51.17% from 255) = 43.92%

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

R = 34.46%
G = 43.92%
B = 21.62%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.51

 K value IS 0.49

RGB Variations

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

Color information

#668240 (or 0x668240) is known color: Dingley. HEX triplet: 66, 82 and 40. RGB value is (102,130,64). Sum of RGB (Red+Green+Blue) = 102+130+64=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 130 (51.17% from 255 or 43.92% from 296); Blue value is 64 (25.39% from 255 or 21.62% from 296); Max value from RGB is 130 - color contains mainly: green. Hex color #668240 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668240 is #997DBF. Grayscale: #727272. Windows color (decimal): -10059200 or 4227686. OLE color: 4227686.

HSL color Cylindrical-coordinate representation of color #668240: hue angle of 85.45º degrees, saturation: 0.34, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #668240 is Cyan = 0.22, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 130 64 -
CMYK 0.22 0 0.51 0.49
HSL 85.45º 0.34% 0.38% -
HSV(B) 85.45º 0.51% 0.51% -
XYZ 14.39 19.16 7.79 -
YUV 114.1 99.72 119.37 -
System Red Green Blue C M Y K H S L
Decimal 102 130 64 0.22 0 0.51 0.49 85.45 0.34 0.38
Hex 66 82 40 16 0 33 31 55 22 26
Octal 146 202 100 26 0 63 61 125 42 46
Binary 1100110 10000010 1000000 10110 0 110011 110001 1010101 100010 100110

Color Harmonies of #668240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668240

Black with #668240

Text Example


Text Example

White with #668240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668240; }

 p { color: rgb(102,130,64); }

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

background-color css

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

 a { background-color: rgb(102,130,64); }

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

border-color css

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

 span { border-color: rgb(102,130,64); }

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