#69874A

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

Shades of Dingley #69874A

Tints of Dingley #69874A

Color information

#69874A (or 0x69874A) is unknown color: approx Dingley. HEX triplet: 69, 87 and 4A. RGB value is (105,135,74). Sum of RGB (Red+Green+Blue) = 105+135+74=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 135 (53.12% from 255 or 42.99% from 314); Blue value is 74 (29.30% from 255 or 23.57% from 314); Max value from RGB is 135 - color contains mainly: green. Hex color #69874A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69874A is #9678B5. Grayscale: #777777. Windows color (decimal): -9861302 or 4884329. OLE color: 4884329.

HSL color Cylindrical-coordinate representation of color #69874A: hue angle of 89.51º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #69874A is Cyan = 0.22, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB10513574-
CMYK0.2200.450.47
HSL89.51º29.19%40.98%-
HSV(B)89.51º45.19%52.94%-
XYZ15.7320.839.67-
YUV119.08102.56117.96-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 135 (53.12% from 255) = 42.99%
BLUE value IS 74 (29.30% from 255) = 23.57%
R=33.44%
G=42.99%
B=23.57%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135740.2200.450.4789.5129.1940.98
Hex69874A1602D2F5a1d29
Octal15120711226055571323551
Binary1101001100001111001010101100101101101111101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69874A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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