Html Css Color HEX #668D46 Dingley

📋 copy color: '#668D46'

red 102 ◦ green 141 ◦ blue 70

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

Shades of Dingley #668D46

Tints of Dingley #668D46

RGB

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

 GREEN value IS 141 (55.47% from 255) = 45.05%

 BLUE value IS 70 (27.73% from 255) = 22.36%

R = 32.59%
G = 45.05%
B = 22.36%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.45

RGB Variations

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

Color information

#668D46 (or 0x668D46) is known color: Dingley. HEX triplet: 66, 8D and 46. RGB value is (102,141,70). Sum of RGB (Red+Green+Blue) = 102+141+70=313 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.59% from 313); Green value is 141 (55.47% from 255 or 45.05% from 313); Blue value is 70 (27.73% from 255 or 22.36% from 313); Max value from RGB is 141 - color contains mainly: green. Hex color #668D46 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D46 is #9972B9. Grayscale: #797979. Windows color (decimal): -10056378 or 4623718. OLE color: 4623718.

HSL color Cylindrical-coordinate representation of color #668D46: hue angle of 92.96º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668D46 is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 70 -
CMYK 0.28 0 0.50 0.45
HSL 92.96º 0.34% 0.41% -
HSV(B) 92.96º 0.5% 0.55% -
XYZ 16.11 22.32 9.25 -
YUV 121.25 99.08 114.27 -
System Red Green Blue C M Y K H S L
Decimal 102 141 70 0.28 0 0.50 0.45 92.96 0.34 0.41
Hex 66 8D 46 1C 0 32 2D 5D 22 29
Octal 146 215 106 34 0 62 55 135 42 51
Binary 1100110 10001101 1000110 11100 0 110010 101101 1011101 100010 101001

Color Harmonies of #668D46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D46

Black with #668D46

Text Example


Text Example

White with #668D46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668D46; }

 p { color: rgb(102,141,70); }

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

background-color css

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

 a { background-color: rgb(102,141,70); }

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

border-color css

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

 span { border-color: rgb(102,141,70); }

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