Html Css Color HEX #668640 Dingley

📋 copy color: '#668640'

red 102 ◦ green 134 ◦ blue 64

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

Shades of Dingley #668640

Tints of Dingley #668640

RGB

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

 GREEN value IS 134 (52.73% from 255) = 44.67%

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

R = 34%
G = 44.67%
B = 21.33%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.52

 K value IS 0.47

RGB Variations

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

Color information

#668640 (or 0x668640) is known color: Dingley. HEX triplet: 66, 86 and 40. RGB value is (102,134,64). Sum of RGB (Red+Green+Blue) = 102+134+64=300 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34% from 300); Green value is 134 (52.73% from 255 or 44.67% from 300); Blue value is 64 (25.39% from 255 or 21.33% from 300); Max value from RGB is 134 - color contains mainly: green. Hex color #668640 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668640 is #9979BF. Grayscale: #747474. Windows color (decimal): -10058176 or 4228710. OLE color: 4228710.

HSL color Cylindrical-coordinate representation of color #668640: hue angle of 87.43º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #668640 is Cyan = 0.24, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 134 64 -
CMYK 0.24 0 0.52 0.47
HSL 87.43º 0.35% 0.39% -
HSV(B) 87.43º 0.52% 0.53% -
XYZ 14.93 20.25 7.97 -
YUV 116.45 98.4 117.69 -
System Red Green Blue C M Y K H S L
Decimal 102 134 64 0.24 0 0.52 0.47 87.43 0.35 0.39
Hex 66 86 40 18 0 34 2F 57 23 27
Octal 146 206 100 30 0 64 57 127 43 47
Binary 1100110 10000110 1000000 11000 0 110100 101111 1010111 100011 100111

Color Harmonies of #668640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668640

Black with #668640

Text Example


Text Example

White with #668640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668640; }

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

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

background-color css

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

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

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

border-color css

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

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

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