Html Css Color HEX #669040 Dingley

📋 copy color: '#669040'

red 102 ◦ green 144 ◦ blue 64

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

Shades of Dingley #669040

Tints of Dingley #669040

RGB

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

 GREEN value IS 144 (56.64% from 255) = 46.45%

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

R = 32.9%
G = 46.45%
B = 20.65%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.56

 K value IS 0.44

RGB Variations

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

Color information

#669040 (or 0x669040) is known color: Dingley. HEX triplet: 66, 90 and 40. RGB value is (102,144,64). Sum of RGB (Red+Green+Blue) = 102+144+64=310 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.90% from 310); Green value is 144 (56.64% from 255 or 46.45% from 310); Blue value is 64 (25.39% from 255 or 20.65% from 310); Max value from RGB is 144 - color contains mainly: green. Hex color #669040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669040 is #996FBF. Grayscale: #7A7A7A. Windows color (decimal): -10055616 or 4231270. OLE color: 4231270.

HSL color Cylindrical-coordinate representation of color #669040: hue angle of 91.5º degrees, saturation: 0.38, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #669040 is Cyan = 0.29, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.44.

Color convert

RGB 102 144 64 -
CMYK 0.29 0 0.56 0.44
HSL 91.5º 0.38% 0.41% -
HSV(B) 91.5º 0.56% 0.56% -
XYZ 16.38 23.14 8.45 -
YUV 122.32 95.09 113.5 -
System Red Green Blue C M Y K H S L
Decimal 102 144 64 0.29 0 0.56 0.44 91.5 0.38 0.41
Hex 66 90 40 1D 0 38 2C 5C 26 29
Octal 146 220 100 35 0 70 54 134 46 51
Binary 1100110 10010000 1000000 11101 0 111000 101100 1011100 100110 101001

Color Harmonies of #669040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669040

Black with #669040

Text Example


Text Example

White with #669040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669040; }

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

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

background-color css

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

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

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

border-color css

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

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

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