Html Css Color HEX #669047 Dingley

📋 copy color: '#669047'

red 102 ◦ green 144 ◦ blue 71

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

Shades of Dingley #669047

Tints of Dingley #669047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 22.4%

R = 32.18%
G = 45.43%
B = 22.4%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.51

 K value IS 0.44

RGB Variations

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

Color information

#669047 (or 0x669047) is known color: Dingley. HEX triplet: 66, 90 and 47. RGB value is (102,144,71). Sum of RGB (Red+Green+Blue) = 102+144+71=317 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.18% from 317); Green value is 144 (56.64% from 255 or 45.43% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 144 - color contains mainly: green. Hex color #669047 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669047 is #996FB8. Grayscale: #7B7B7B. Windows color (decimal): -10055609 or 4690022. OLE color: 4690022.

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

Color convert

RGB 102 144 71 -
CMYK 0.29 0 0.51 0.44
HSL 94.52º 0.34% 0.42% -
HSV(B) 94.52º 0.51% 0.56% -
XYZ 16.59 23.23 9.57 -
YUV 123.12 98.59 112.94 -
System Red Green Blue C M Y K H S L
Decimal 102 144 71 0.29 0 0.51 0.44 94.52 0.34 0.42
Hex 66 90 47 1D 0 33 2C 5F 22 2A
Octal 146 220 107 35 0 63 54 137 42 52
Binary 1100110 10010000 1000111 11101 0 110011 101100 1011111 100010 101010

Color Harmonies of #669047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669047

Black with #669047

Text Example


Text Example

White with #669047

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669047; }

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

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

background-color css

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

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

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

border-color css

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

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

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