#668948

Color #668948 Dingley (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dingley #668948

Tints of Dingley #668948

Color information

#668948 (or 0x668948) is unknown color: approx Dingley. HEX triplet: 66, 89 and 48. RGB value is (102,137,72). Sum of RGB (Red+Green+Blue) = 102+137+72=311 (41% of max value = 765). Red value is 102 (40.23% from 255 or 32.80% from 311); Green value is 137 (53.91% from 255 or 44.05% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 137 - color contains mainly: green. Hex color #668948 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668948 is #9976B7. Grayscale: #777777. Windows color (decimal): -10057400 or 4753766. OLE color: 4753766.

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

Color convert

RGB10213772-
CMYK0.2600.470.46
HSL92.31º31.1%40.98%-
HSV(B)92.31º47.45%53.73%-
XYZ15.5921.189.4-
YUV119.12101.4115.79-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 32.80%
GREEN value IS 137 (53.91% from 255) = 44.05%
BLUE value IS 72 (28.52% from 255) = 23.15%
R=32.80%
G=44.05%
B=23.15%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal102137720.2600.470.4692.3131.140.98
Hex6689481A02F2E5c1f29
Octal14621111032057561343751
Binary1100110100010011001000110100101111101110101110011111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668948; }

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

 H1.HeaderClassName
 {
   color: #668948;
 }
 .AnyTagClassName
 {
   color: #668948;
 }
</style>
background-color css

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

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

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

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

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

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