#68823A

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

Shades of Dingley #68823A

Tints of Dingley #68823A

Color information

#68823A (or 0x68823A) is unknown color: approx Dingley. HEX triplet: 68, 82 and 3A. RGB value is (104,130,58). Sum of RGB (Red+Green+Blue) = 104+130+58=292 (38% of max value = 765). Red value is 104 (41.02% from 255 or 35.62% from 292); Green value is 130 (51.17% from 255 or 44.52% from 292); Blue value is 58 (23.05% from 255 or 19.86% from 292); Max value from RGB is 130 - color contains mainly: green. Hex color #68823A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68823A is #977DC5. Grayscale: #727272. Windows color (decimal): -9928134 or 3834472. OLE color: 3834472.

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

Color convert

RGB10413058-
CMYK0.200.550.49
HSL81.67º38.3%36.86%-
HSV(B)81.67º55.38%50.98%-
XYZ14.4619.216.95-
YUV114.0296.39120.85-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.62%
GREEN value IS 130 (51.17% from 255) = 44.52%
BLUE value IS 58 (23.05% from 255) = 19.86%
R=35.62%
G=44.52%
B=19.86%

CMYK

C (Cyan) values IS 0.2
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal104130580.200.550.4981.6738.336.86
Hex68823A1403731522625
Octal1502027224067611224645
Binary1101000100000101110101010001101111100011010010100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68823A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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