#69846E

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

Shades of Laurel #69846E

Tints of Laurel #69846E

Color information

#69846E (or 0x69846E) is unknown color: approx Laurel. HEX triplet: 69, 84 and 6E. RGB value is (105,132,110). Sum of RGB (Red+Green+Blue) = 105+132+110=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 132 (51.95% from 255 or 38.04% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 132 - color contains mainly: green. Hex color #69846E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69846E is #967B91. Grayscale: #797979. Windows color (decimal): -9862034 or 7242857. OLE color: 7242857.

HSL color Cylindrical-coordinate representation of color #69846E: hue angle of 131.11º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #69846E is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.48.

Color convert

RGB105132110-
CMYK0.2000.170.48
HSL131.11º11.39%46.47%-
HSV(B)131.11º20.45%51.76%-
XYZ16.8920.6317.84-
YUV121.42121.55116.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 132 (51.95% from 255) = 38.04%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=30.26%
G=38.04%
B=31.70%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1051321100.2000.170.48131.1111.3946.47
Hex69846E140113083b2e
Octal15120415624021602031356
Binary110100110000100110111010100010001110000100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69846E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69846E; }

 p { color: rgb(105,132,110); }

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

<style>
 a { background-color: #69846E; }

 a { background-color: rgb(105,132,110); }

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

<style>
 span { border-color: #69846E; }

 span { border-color: rgb(105,132,110); }

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