#60823F

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

Shades of Dingley #60823F

Tints of Dingley #60823F

Color information

#60823F (or 0x60823F) is unknown color: approx Dingley. HEX triplet: 60, 82 and 3F. RGB value is (96,130,63). Sum of RGB (Red+Green+Blue) = 96+130+63=289 (38% of max value = 765). Red value is 96 (37.89% from 255 or 33.22% from 289); Green value is 130 (51.17% from 255 or 44.98% from 289); Blue value is 63 (25% from 255 or 21.80% from 289); Max value from RGB is 130 - color contains mainly: green. Hex color #60823F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #60823F is #9F7DC0. Grayscale: #707070. Windows color (decimal): -10452417 or 4162144. OLE color: 4162144.

HSL color Cylindrical-coordinate representation of color #60823F: hue angle of 90.45º 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 #60823F is Cyan = 0.26, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.49.

Color convert

RGB9613063-
CMYK0.2600.520.49
HSL90.45º34.72%37.84%-
HSV(B)90.45º51.54%50.98%-
XYZ13.718.817.61-
YUV112.2100.24116.45-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 33.22%
GREEN value IS 130 (51.17% from 255) = 44.98%
BLUE value IS 63 (25% from 255) = 21.80%
R=33.22%
G=44.98%
B=21.80%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal96130630.2600.520.4990.4534.7237.84
Hex60823F1A034315a2326
Octal1402027732064611324346
Binary1100000100000101111111101001101001100011011010100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60823F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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