Html Css Color HEX #668048 Dingley

📋 copy color: '#668048'

red 102 ◦ green 128 ◦ blue 72

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

Shades of Dingley #668048

Tints of Dingley #668048

RGB

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

 GREEN value IS 128 (50.39% from 255) = 42.38%

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

R = 33.77%
G = 42.38%
B = 23.84%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.44

 K value IS 0.50

RGB Variations

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

Color information

#668048 (or 0x668048) is known color: Dingley. HEX triplet: 66, 80 and 48. RGB value is (102,128,72). Sum of RGB (Red+Green+Blue) = 102+128+72=302 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.77% from 302); Green value is 128 (50.39% from 255 or 42.38% from 302); Blue value is 72 (28.52% from 255 or 23.84% from 302); Max value from RGB is 128 - color contains mainly: green. Hex color #668048 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668048 is #997FB7. Grayscale: #727272. Windows color (decimal): -10059704 or 4751462. OLE color: 4751462.

HSL color Cylindrical-coordinate representation of color #668048: hue angle of 87.86º degrees, saturation: 0.28, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #668048 is Cyan = 0.20, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.50.

Color convert

RGB 102 128 72 -
CMYK 0.20 0 0.44 0.50
HSL 87.86º 0.28% 0.39% -
HSV(B) 87.86º 0.44% 0.5% -
XYZ 14.37 18.73 8.99 -
YUV 113.84 104.39 119.55 -
System Red Green Blue C M Y K H S L
Decimal 102 128 72 0.20 0 0.44 0.50 87.86 0.28 0.39
Hex 66 80 48 14 0 2C 32 58 1C 27
Octal 146 200 110 24 0 54 62 130 34 47
Binary 1100110 10000000 1001000 10100 0 101100 110010 1011000 11100 100111

Color Harmonies of #668048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668048

Black with #668048

Text Example


Text Example

White with #668048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668048; }

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

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

background-color css

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

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

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

border-color css

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

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

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