#668539

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

Shades of Dingley #668539

Tints of Dingley #668539

Color information

#668539 (or 0x668539) is unknown color: approx Dingley. HEX triplet: 66, 85 and 39. RGB value is (102,133,57). Sum of RGB (Red+Green+Blue) = 102+133+57=292 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.93% from 292); Green value is 133 (52.34% from 255 or 45.55% from 292); Blue value is 57 (22.66% from 255 or 19.52% from 292); Max value from RGB is 133 - color contains mainly: green. Hex color #668539 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668539 is #997AC6. Grayscale: #737373. Windows color (decimal): -10058439 or 3769702. OLE color: 3769702.

HSL color Cylindrical-coordinate representation of color #668539: hue angle of 84.47º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #668539 is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.48.

Color convert

RGB10213357-
CMYK0.2300.570.48
HSL84.47º40%37.25%-
HSV(B)84.47º57.14%52.16%-
XYZ14.6119.96.94-
YUV115.0795.23118.68-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.93%
GREEN value IS 133 (52.34% from 255) = 45.55%
BLUE value IS 57 (22.66% from 255) = 19.52%
R=34.93%
G=45.55%
B=19.52%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal102133570.2300.570.4884.474037.25
Hex6685391703930542825
Octal1462057127071601245045
Binary1100110100001011110011011101110011100001010100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668539

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668539; }

 p { color: rgb(102,133,57); }

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

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

 a { background-color: rgb(102,133,57); }

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

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

 span { border-color: rgb(102,133,57); }

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