#668038

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

Shades of Dingley #668038

Tints of Dingley #668038

Color information

#668038 (or 0x668038) is unknown color: approx Dingley. HEX triplet: 66, 80 and 38. RGB value is (102,128,56). Sum of RGB (Red+Green+Blue) = 102+128+56=286 (37% of max value = 765). Red value is 102 (40.23% from 255 or 35.66% from 286); Green value is 128 (50.39% from 255 or 44.76% from 286); Blue value is 56 (22.27% from 255 or 19.58% from 286); Max value from RGB is 128 - color contains mainly: green. Hex color #668038 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #668038 is #997FC7. Grayscale: #707070. Windows color (decimal): -10059720 or 3702886. OLE color: 3702886.

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

Color convert

RGB10212856-
CMYK0.2000.560.50
HSL81.67º39.13%36.08%-
HSV(B)81.67º56.25%50.2%-
XYZ13.9118.556.59-
YUV112.0296.39120.85-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.66%
GREEN value IS 128 (50.39% from 255) = 44.76%
BLUE value IS 56 (22.27% from 255) = 19.58%
R=35.66%
G=44.76%
B=19.58%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal102128560.2000.560.5081.6739.1336.08
Hex6680381403832522724
Octal1462007024070621224744
Binary1100110100000001110001010001110001100101010010100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668038; }

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

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

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

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

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

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

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

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