#69856D

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

Shades of Laurel #69856D

Tints of Laurel #69856D

Color information

#69856D (or 0x69856D) is unknown color: approx Laurel. HEX triplet: 69, 85 and 6D. RGB value is (105,133,109). Sum of RGB (Red+Green+Blue) = 105+133+109=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 133 (52.34% from 255 or 38.33% from 347); Blue value is 109 (42.97% from 255 or 31.41% from 347); Max value from RGB is 133 - color contains mainly: green. Hex color #69856D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69856D is #967A92. Grayscale: #797979. Windows color (decimal): -9861779 or 7177577. OLE color: 7177577.

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

Color convert

RGB105133109-
CMYK0.2100.180.48
HSL128.57º11.76%46.67%-
HSV(B)128.57º21.05%52.16%-
XYZ16.9720.8817.6-
YUV121.89120.72115.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 133 (52.34% from 255) = 38.33%
BLUE value IS 109 (42.97% from 255) = 31.41%
R=30.26%
G=38.33%
B=31.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051331090.2100.180.48128.5711.7646.67
Hex69856D150123081c2f
Octal15120515525022602011457
Binary110100110000101110110110101010010110000100000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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