Html Css Color HEX #669644 Dingley

📋 copy color: '#669644'

red 102 ◦ green 150 ◦ blue 68

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

Shades of Dingley #669644

Tints of Dingley #669644

RGB

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

 GREEN value IS 150 (58.98% from 255) = 46.88%

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

R = 31.88%
G = 46.88%
B = 21.25%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.55

 K value IS 0.41

RGB Variations

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

Color information

#669644 (or 0x669644) is known color: Dingley. HEX triplet: 66, 96 and 44. RGB value is (102,150,68). Sum of RGB (Red+Green+Blue) = 102+150+68=320 (42% of max value = 765). Red value is 102 (40.23% from 255 or 31.88% from 320); Green value is 150 (58.98% from 255 or 46.88% from 320); Blue value is 68 (26.95% from 255 or 21.25% from 320); Max value from RGB is 150 - color contains mainly: green. Hex color #669644 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669644 is #9969BB. Grayscale: #7E7E7E. Windows color (decimal): -10054076 or 4494950. OLE color: 4494950.

HSL color Cylindrical-coordinate representation of color #669644: hue angle of 95.12º degrees, saturation: 0.38, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #669644 is Cyan = 0.32, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.41.

Color convert

RGB 102 150 68 -
CMYK 0.32 0 0.55 0.41
HSL 95.12º 0.38% 0.43% -
HSV(B) 95.12º 0.55% 0.59% -
XYZ 17.43 25.05 9.39 -
YUV 126.3 95.1 110.67 -
System Red Green Blue C M Y K H S L
Decimal 102 150 68 0.32 0 0.55 0.41 95.12 0.38 0.43
Hex 66 96 44 20 0 37 29 5F 26 2B
Octal 146 226 104 40 0 67 51 137 46 53
Binary 1100110 10010110 1000100 100000 0 110111 101001 1011111 100110 101011

Color Harmonies of #669644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669644

Black with #669644

Text Example


Text Example

White with #669644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669644; }

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

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

background-color css

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

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

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

border-color css

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

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

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