Html Css Color HEX #668849 Dingley

📋 copy color: '#668849'

red 102 ◦ green 136 ◦ blue 73

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

Shades of Dingley #668849

Tints of Dingley #668849

RGB

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

 GREEN value IS 136 (53.52% from 255) = 43.73%

 BLUE value IS 73 (28.91% from 255) = 23.47%

R = 32.8%
G = 43.73%
B = 23.47%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.46

 K value IS 0.47

RGB Variations

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

Color information

#668849 (or 0x668849) is known color: Dingley. HEX triplet: 66, 88 and 49. RGB value is (102,136,73). Sum of RGB (Red+Green+Blue) = 102+136+73=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 73 (28.91% from 255 or 23.47% from 311); Max value from RGB is 136 - color contains mainly: green. Hex color #668849 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668849 is #9977B6. Grayscale: #767676. Windows color (decimal): -10057655 or 4819046. OLE color: 4819046.

HSL color Cylindrical-coordinate representation of color #668849: hue angle of 92.38º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #668849 is Cyan = 0.25, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 73 -
CMYK 0.25 0 0.46 0.47
HSL 92.38º 0.3% 0.41% -
HSV(B) 92.38º 0.46% 0.53% -
XYZ 15.49 20.91 9.52 -
YUV 118.65 102.24 116.12 -
System Red Green Blue C M Y K H S L
Decimal 102 136 73 0.25 0 0.46 0.47 92.38 0.3 0.41
Hex 66 88 49 19 0 2E 2F 5C 1E 29
Octal 146 210 111 31 0 56 57 134 36 51
Binary 1100110 10001000 1001001 11001 0 101110 101111 1011100 11110 101001

Color Harmonies of #668849

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668849

Black with #668849

Text Example


Text Example

White with #668849

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668849; }

 p { color: rgb(102,136,73); }

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

background-color css

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

 a { background-color: rgb(102,136,73); }

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

border-color css

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

 span { border-color: rgb(102,136,73); }

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