#69874F

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

Shades of Dingley #69874F

Tints of Dingley #69874F

Color information

#69874F (or 0x69874F) is unknown color: approx Dingley. HEX triplet: 69, 87 and 4F. RGB value is (105,135,79). Sum of RGB (Red+Green+Blue) = 105+135+79=319 (42% of max value = 765). Red value is 105 (41.41% from 255 or 32.92% from 319); Green value is 135 (53.12% from 255 or 42.32% from 319); Blue value is 79 (31.25% from 255 or 24.76% from 319); Max value from RGB is 135 - color contains mainly: green. Hex color #69874F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69874F is #9678B0. Grayscale: #777777. Windows color (decimal): -9861297 or 5212009. OLE color: 5212009.

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

Color convert

RGB10513579-
CMYK0.2200.410.47
HSL92.14º26.17%41.96%-
HSV(B)92.14º41.48%52.94%-
XYZ15.920.910.59-
YUV119.65105.06117.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.92%
GREEN value IS 135 (53.12% from 255) = 42.32%
BLUE value IS 79 (31.25% from 255) = 24.76%
R=32.92%
G=42.32%
B=24.76%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135790.2200.410.4792.1426.1741.96
Hex69874F160292F5c1a2a
Octal15120711726051571343252
Binary1101001100001111001111101100101001101111101110011010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69874F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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