Html Css Color HEX #668141 Dingley

📋 copy color: '#668141'

red 102 ◦ green 129 ◦ blue 65

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

Shades of Dingley #668141

Tints of Dingley #668141

RGB

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

 GREEN value IS 129 (50.78% from 255) = 43.58%

 BLUE value IS 65 (25.78% from 255) = 21.96%

R = 34.46%
G = 43.58%
B = 21.96%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.50

 K value IS 0.49

RGB Variations

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

Color information

#668141 (or 0x668141) is known color: Dingley. HEX triplet: 66, 81 and 41. RGB value is (102,129,65). Sum of RGB (Red+Green+Blue) = 102+129+65=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 129 (50.78% from 255 or 43.58% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 129 - color contains mainly: green. Hex color #668141 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668141 is #997EBE. Grayscale: #717171. Windows color (decimal): -10059455 or 4292966. OLE color: 4292966.

HSL color Cylindrical-coordinate representation of color #668141: hue angle of 85.31º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668141 is Cyan = 0.21, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.49.

Color convert

RGB 102 129 65 -
CMYK 0.21 0 0.50 0.49
HSL 85.31º 0.33% 0.38% -
HSV(B) 85.31º 0.5% 0.51% -
XYZ 14.28 18.91 7.9 -
YUV 113.63 100.55 119.7 -
System Red Green Blue C M Y K H S L
Decimal 102 129 65 0.21 0 0.50 0.49 85.31 0.33 0.38
Hex 66 81 41 15 0 32 31 55 21 26
Octal 146 201 101 25 0 62 61 125 41 46
Binary 1100110 10000001 1000001 10101 0 110010 110001 1010101 100001 100110

Color Harmonies of #668141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668141

Black with #668141

Text Example


Text Example

White with #668141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668141; }

 p { color: rgb(102,129,65); }

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

background-color css

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

 a { background-color: rgb(102,129,65); }

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

border-color css

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

 span { border-color: rgb(102,129,65); }

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