#69874B

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

Shades of Dingley #69874B

Tints of Dingley #69874B

Color information

#69874B (or 0x69874B) is unknown color: approx Dingley. HEX triplet: 69, 87 and 4B. RGB value is (105,135,75). Sum of RGB (Red+Green+Blue) = 105+135+75=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 135 (53.12% from 255 or 42.86% from 315); Blue value is 75 (29.69% from 255 or 23.81% from 315); Max value from RGB is 135 - color contains mainly: green. Hex color #69874B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69874B is #9678B4. Grayscale: #777777. Windows color (decimal): -9861301 or 4949865. OLE color: 4949865.

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

Color convert

RGB10513575-
CMYK0.2200.440.47
HSL90º28.57%41.18%-
HSV(B)90º44.44%52.94%-
XYZ15.7620.849.85-
YUV119.19103.06117.88-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 135 (53.12% from 255) = 42.86%
BLUE value IS 75 (29.69% from 255) = 23.81%
R=33.33%
G=42.86%
B=23.81%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal105135750.2200.440.479028.5741.18
Hex69874B1602C2F5a1d29
Octal15120711326054571323551
Binary1101001100001111001011101100101100101111101101011101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69874B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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