Html Css Color HEX #668646 Dingley

📋 copy color: '#668646'

red 102 ◦ green 134 ◦ blue 70

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

Shades of Dingley #668646

Tints of Dingley #668646

RGB

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

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

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

R = 33.33%
G = 43.79%
B = 22.88%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.48

 K value IS 0.47

RGB Variations

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

Color information

#668646 (or 0x668646) is known color: Dingley. HEX triplet: 66, 86 and 46. RGB value is (102,134,70). Sum of RGB (Red+Green+Blue) = 102+134+70=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 134 (52.73% from 255 or 43.79% from 306); Blue value is 70 (27.73% from 255 or 22.88% from 306); Max value from RGB is 134 - color contains mainly: green. Hex color #668646 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668646 is #9979B9. Grayscale: #757575. Windows color (decimal): -10058170 or 4621926. OLE color: 4621926.

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

Color convert

RGB 102 134 70 -
CMYK 0.24 0 0.48 0.47
HSL 90º 0.31% 0.4% -
HSV(B) 90º 0.48% 0.53% -
XYZ 15.11 20.32 8.92 -
YUV 117.14 101.4 117.2 -
System Red Green Blue C M Y K H S L
Decimal 102 134 70 0.24 0 0.48 0.47 90 0.31 0.4
Hex 66 86 46 18 0 30 2F 5A 1F 28
Octal 146 206 106 30 0 60 57 132 37 50
Binary 1100110 10000110 1000110 11000 0 110000 101111 1011010 11111 101000

Color Harmonies of #668646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668646

Black with #668646

Text Example


Text Example

White with #668646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668646; }

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

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

background-color css

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

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

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

border-color css

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

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

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