#68853A

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

Shades of Dingley #68853A

Tints of Dingley #68853A

Color information

#68853A (or 0x68853A) is unknown color: approx Dingley. HEX triplet: 68, 85 and 3A. RGB value is (104,133,58). Sum of RGB (Red+Green+Blue) = 104+133+58=295 (39% of max value = 765). Red value is 104 (41.02% from 255 or 35.25% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 58 (23.05% from 255 or 19.66% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #68853A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #68853A is #977AC5. Grayscale: #747474. Windows color (decimal): -9927366 or 3835240. OLE color: 3835240.

HSL color Cylindrical-coordinate representation of color #68853A: hue angle of 83.2º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #68853A is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.48.

Color convert

RGB10413358-
CMYK0.2200.560.48
HSL83.2º39.27%37.45%-
HSV(B)83.2º56.39%52.16%-
XYZ14.8620.027.08-
YUV115.7895.39119.6-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 35.25%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 58 (23.05% from 255) = 19.66%
R=35.25%
G=45.08%
B=19.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal104133580.2200.560.4883.239.2737.45
Hex68853A1603830532725
Octal1502057226070601234745
Binary1101000100001011110101011001110001100001010011100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #68853A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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