#69854D

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

Shades of Dingley #69854D

Tints of Dingley #69854D

Color information

#69854D (or 0x69854D) is unknown color: approx Dingley. HEX triplet: 69, 85 and 4D. RGB value is (105,133,77). Sum of RGB (Red+Green+Blue) = 105+133+77=315 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.33% from 315); Green value is 133 (52.34% from 255 or 42.22% from 315); Blue value is 77 (30.47% from 255 or 24.44% from 315); Max value from RGB is 133 - color contains mainly: green. Hex color #69854D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69854D is #967AB2. Grayscale: #767676. Windows color (decimal): -9861811 or 5080425. OLE color: 5080425.

HSL color Cylindrical-coordinate representation of color #69854D: hue angle of 90º degrees, saturation: 0.27, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #69854D is Cyan = 0.21, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.48.

Color convert

RGB10513377-
CMYK0.2100.420.48
HSL90º26.67%41.18%-
HSV(B)90º42.11%52.16%-
XYZ15.5520.3110.12-
YUV118.24104.72118.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.33%
GREEN value IS 133 (52.34% from 255) = 42.22%
BLUE value IS 77 (30.47% from 255) = 24.44%
R=33.33%
G=42.22%
B=24.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133770.2100.420.489026.6741.18
Hex69854D1502A305a1b29
Octal15120511525052601323351
Binary1101001100001011001101101010101010110000101101011011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69854D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69854D; }

 p { color: rgb(105,133,77); }

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

<style>
 a { background-color: #69854D; }

 a { background-color: rgb(105,133,77); }

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

<style>
 span { border-color: #69854D; }

 span { border-color: rgb(105,133,77); }

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