#69854C

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

Shades of Dingley #69854C

Tints of Dingley #69854C

Color information

#69854C (or 0x69854C) is unknown color: approx Dingley. HEX triplet: 69, 85 and 4C. RGB value is (105,133,76). Sum of RGB (Red+Green+Blue) = 105+133+76=314 (41% of max value = 765). Red value is 105 (41.41% from 255 or 33.44% from 314); Green value is 133 (52.34% from 255 or 42.36% from 314); Blue value is 76 (30.08% from 255 or 24.20% from 314); Max value from RGB is 133 - color contains mainly: green. Hex color #69854C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #69854C is #967AB3. Grayscale: #767676. Windows color (decimal): -9861812 or 5014889. OLE color: 5014889.

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

Color convert

RGB10513376-
CMYK0.2100.430.48
HSL89.47º27.27%40.98%-
HSV(B)89.47º42.86%52.16%-
XYZ15.5220.39.94-
YUV118.13104.22118.63-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 33.44%
GREEN value IS 133 (52.34% from 255) = 42.36%
BLUE value IS 76 (30.08% from 255) = 24.20%
R=33.44%
G=42.36%
B=24.20%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.43
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal105133760.2100.430.4889.4727.2740.98
Hex69854C1502B30591b29
Octal15120511425053601313351
Binary1101001100001011001100101010101011110000101100111011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69854C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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