Html Css Color HEX #668D48 Dingley

📋 copy color: '#668D48'

red 102 ◦ green 141 ◦ blue 72

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

Shades of Dingley #668D48

Tints of Dingley #668D48

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.86%

R = 32.38%
G = 44.76%
B = 22.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.45

RGB Variations

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

Color information

#668D48 (or 0x668D48) is known color: Dingley. HEX triplet: 66, 8D and 48. RGB value is (102,141,72). Sum of RGB (Red+Green+Blue) = 102+141+72=315 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.38% from 315); Green value is 141 (55.47% from 255 or 44.76% from 315); Blue value is 72 (28.52% from 255 or 22.86% from 315); Max value from RGB is 141 - color contains mainly: green. Hex color #668D48 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D48 is #9972B7. Grayscale: #797979. Windows color (decimal): -10056376 or 4754790. OLE color: 4754790.

HSL color Cylindrical-coordinate representation of color #668D48: hue angle of 93.91º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #668D48 is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 72 -
CMYK 0.28 0 0.49 0.45
HSL 93.91º 0.32% 0.42% -
HSV(B) 93.91º 0.49% 0.55% -
XYZ 16.17 22.34 9.59 -
YUV 121.47 100.08 114.11 -
System Red Green Blue C M Y K H S L
Decimal 102 141 72 0.28 0 0.49 0.45 93.91 0.32 0.42
Hex 66 8D 48 1C 0 31 2D 5E 20 2A
Octal 146 215 110 34 0 61 55 136 40 52
Binary 1100110 10001101 1001000 11100 0 110001 101101 1011110 100000 101010

Color Harmonies of #668D48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D48

Black with #668D48

Text Example


Text Example

White with #668D48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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