Html Css Color HEX #668844 Dingley

📋 copy color: '#668844'

red 102 ◦ green 136 ◦ blue 68

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

Shades of Dingley #668844

Tints of Dingley #668844

RGB

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

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

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

R = 33.33%
G = 44.44%
B = 22.22%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.50

 K value IS 0.47

RGB Variations

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

Color information

#668844 (or 0x668844) is known color: Dingley. HEX triplet: 66, 88 and 44. RGB value is (102,136,68). Sum of RGB (Red+Green+Blue) = 102+136+68=306 (40% of max value = 765). Red value is 102 (40.23% from 255 or 33.33% from 306); Green value is 136 (53.52% from 255 or 44.44% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 136 - color contains mainly: green. Hex color #668844 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668844 is #9977BB. Grayscale: #767676. Windows color (decimal): -10057660 or 4491366. OLE color: 4491366.

HSL color Cylindrical-coordinate representation of color #668844: hue angle of 90º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #668844 is Cyan = 0.25, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.47.

Color convert

RGB 102 136 68 -
CMYK 0.25 0 0.50 0.47
HSL 90º 0.33% 0.4% -
HSV(B) 90º 0.5% 0.53% -
XYZ 15.33 20.85 8.69 -
YUV 118.08 99.74 116.53 -
System Red Green Blue C M Y K H S L
Decimal 102 136 68 0.25 0 0.50 0.47 90 0.33 0.4
Hex 66 88 44 19 0 32 2F 5A 21 28
Octal 146 210 104 31 0 62 57 132 41 50
Binary 1100110 10001000 1000100 11001 0 110010 101111 1011010 100001 101000

Color Harmonies of #668844

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #668844

Black with #668844

Text Example


Text Example

White with #668844

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #668844; }

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

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

background-color css

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

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

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

border-color css

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

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

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