Html Css Color HEX #668D45 Dingley

📋 copy color: '#668D45'

red 102 ◦ green 141 ◦ blue 69

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

Shades of Dingley #668D45

Tints of Dingley #668D45

RGB

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

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

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

R = 32.69%
G = 45.19%
B = 22.12%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.51

 K value IS 0.45

RGB Variations

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

Color information

#668D45 (or 0x668D45) is known color: Dingley. HEX triplet: 66, 8D and 45. RGB value is (102,141,69). Sum of RGB (Red+Green+Blue) = 102+141+69=312 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.69% from 312); Green value is 141 (55.47% from 255 or 45.19% from 312); Blue value is 69 (27.34% from 255 or 22.12% from 312); Max value from RGB is 141 - color contains mainly: green. Hex color #668D45 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668D45 is #9972BA. Grayscale: #797979. Windows color (decimal): -10056379 or 4558182. OLE color: 4558182.

HSL color Cylindrical-coordinate representation of color #668D45: hue angle of 92.5º 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 #668D45 is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.45.

Color convert

RGB 102 141 69 -
CMYK 0.28 0 0.51 0.45
HSL 92.5º 0.34% 0.41% -
HSV(B) 92.5º 0.51% 0.55% -
XYZ 16.08 22.3 9.09 -
YUV 121.13 98.58 114.35 -
System Red Green Blue C M Y K H S L
Decimal 102 141 69 0.28 0 0.51 0.45 92.5 0.34 0.41
Hex 66 8D 45 1C 0 33 2D 5C 22 29
Octal 146 215 105 34 0 63 55 134 42 51
Binary 1100110 10001101 1000101 11100 0 110011 101101 1011100 100010 101001

Color Harmonies of #668D45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668D45

Black with #668D45

Text Example


Text Example

White with #668D45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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