Html Css Color HEX #669048 Dingley

📋 copy color: '#669048'

red 102 ◦ green 144 ◦ blue 72

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

Shades of Dingley #669048

Tints of Dingley #669048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 22.64%

R = 32.08%
G = 45.28%
B = 22.64%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.50

 K value IS 0.44

RGB Variations

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

Color information

#669048 (or 0x669048) is known color: Dingley. HEX triplet: 66, 90 and 48. RGB value is (102,144,72). Sum of RGB (Red+Green+Blue) = 102+144+72=318 (42% of max value = 765). Red value is 102 (40.23% from 255 or 32.08% from 318); Green value is 144 (56.64% from 255 or 45.28% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 144 - color contains mainly: green. Hex color #669048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #669048 is #996FB7. Grayscale: #7B7B7B. Windows color (decimal): -10055608 or 4755558. OLE color: 4755558.

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

Color convert

RGB 102 144 72 -
CMYK 0.29 0 0.50 0.44
HSL 95º 0.33% 0.42% -
HSV(B) 95º 0.5% 0.56% -
XYZ 16.62 23.24 9.74 -
YUV 123.23 99.09 112.85 -
System Red Green Blue C M Y K H S L
Decimal 102 144 72 0.29 0 0.50 0.44 95 0.33 0.42
Hex 66 90 48 1D 0 32 2C 5F 21 2A
Octal 146 220 110 35 0 62 54 137 41 52
Binary 1100110 10010000 1001000 11101 0 110010 101100 1011111 100001 101010

Color Harmonies of #669048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #669048

Black with #669048

Text Example


Text Example

White with #669048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #669048; }

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

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

background-color css

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

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

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

border-color css

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

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

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