#68823F

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

Shades of Dingley #68823F

Tints of Dingley #68823F

Color information

#68823F (or 0x68823F) is unknown color: approx Dingley. HEX triplet: 68, 82 and 3F. RGB value is (104,130,63). Sum of RGB (Red+Green+Blue) = 104+130+63=297 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.02% from 297); Green value is 130 (51.17% from 255 or 43.77% from 297); Blue value is 63 (25% from 255 or 21.21% from 297); Max value from RGB is 130 - color contains mainly: green. Hex color #68823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68823F is #977DC0. Grayscale: #727272. Windows color (decimal): -9928129 or 4162152. OLE color: 4162152.

HSL color Cylindrical-coordinate representation of color #68823F: hue angle of 83.28º degrees, saturation: 0.35, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #68823F is Cyan = 0.2, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB10413063-
CMYK0.200.520.49
HSL83.28º34.72%37.84%-
HSV(B)83.28º51.54%50.98%-
XYZ14.5919.277.65-
YUV114.5998.89120.45-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.02%
GREEN value IS 130 (51.17% from 255) = 43.77%
BLUE value IS 63 (25% from 255) = 21.21%
R=35.02%
G=43.77%
B=21.21%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130630.200.520.4983.2834.7237.84
Hex68823F1403431532326
Octal1502027724064611234346
Binary1101000100000101111111010001101001100011010011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #68823F; }

 p { color: rgb(104,130,63); }

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

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

 a { background-color: rgb(104,130,63); }

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

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

 span { border-color: rgb(104,130,63); }

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