Html Css Color HEX #669044 Dingley

📋 copy color: '#669044'

red 102 ◦ green 144 ◦ blue 68

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

Shades of Dingley #669044

Tints of Dingley #669044

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 21.66%

R = 32.48%
G = 45.86%
B = 21.66%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.53

 K value IS 0.44

RGB Variations

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

Color information

#669044 (or 0x669044) is known color: Dingley. HEX triplet: 66, 90 and 44. RGB value is (102,144,68). Sum of RGB (Red+Green+Blue) = 102+144+68=314 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.48% from 314); Green value is 144 (56.64% from 255 or 45.86% from 314); Blue value is 68 (26.95% from 255 or 21.66% from 314); Max value from RGB is 144 - color contains mainly: green. Hex color #669044 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669044 is #996FBB. Grayscale: #7B7B7B. Windows color (decimal): -10055612 or 4493414. OLE color: 4493414.

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

Color convert

RGB 102 144 68 -
CMYK 0.29 0 0.53 0.44
HSL 93.16º 0.36% 0.42% -
HSV(B) 93.16º 0.53% 0.56% -
XYZ 16.5 23.19 9.08 -
YUV 122.78 97.09 113.18 -
System Red Green Blue C M Y K H S L
Decimal 102 144 68 0.29 0 0.53 0.44 93.16 0.36 0.42
Hex 66 90 44 1D 0 35 2C 5D 24 2A
Octal 146 220 104 35 0 65 54 135 44 52
Binary 1100110 10010000 1000100 11101 0 110101 101100 1011101 100100 101010

Color Harmonies of #669044

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669044

Black with #669044

Text Example


Text Example

White with #669044

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669044; }

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

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

background-color css

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

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

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

border-color css

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

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

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