#69873B

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

Shades of Dingley #69873B

Tints of Dingley #69873B

Color information

#69873B (or 0x69873B) is unknown color: approx Dingley. HEX triplet: 69, 87 and 3B. RGB value is (105,135,59). Sum of RGB (Red+Green+Blue) = 105+135+59=299 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.12% from 299); Green value is 135 (53.12% from 255 or 45.15% from 299); Blue value is 59 (23.44% from 255 or 19.73% from 299); Max value from RGB is 135 - color contains mainly: green. Hex color #69873B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69873B is #9678C4. Grayscale: #757575. Windows color (decimal): -9861317 or 3901289. OLE color: 3901289.

HSL color Cylindrical-coordinate representation of color #69873B: hue angle of 83.68º degrees, saturation: 0.39, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #69873B is Cyan = 0.22, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.47.

Color convert

RGB10513559-
CMYK0.2200.560.47
HSL83.68º39.18%38.04%-
HSV(B)83.68º56.3%52.94%-
XYZ15.2820.657.32-
YUV117.3795.06119.18-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.12%
GREEN value IS 135 (53.12% from 255) = 45.15%
BLUE value IS 59 (23.44% from 255) = 19.73%
R=35.12%
G=45.15%
B=19.73%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135590.2200.560.4783.6839.1838.04
Hex69873B160382F542726
Octal1512077326070571244746
Binary1101001100001111110111011001110001011111010100100111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69873B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69873B; }

 p { color: rgb(105,135,59); }

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

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

 a { background-color: rgb(105,135,59); }

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

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

 span { border-color: rgb(105,135,59); }

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