#69786A

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

Shades of Laurel #69786A

Tints of Laurel #69786A

Color information

#69786A (or 0x69786A) is unknown color: approx Laurel. HEX triplet: 69, 78 and 6A. RGB value is (105,120,106). Sum of RGB (Red+Green+Blue) = 105+120+106=331 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.72% from 331); Green value is 120 (47.27% from 255 or 36.25% from 331); Blue value is 106 (41.80% from 255 or 32.02% from 331); Max value from RGB is 120 - color contains mainly: green. Hex color #69786A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69786A is #968795. Grayscale: #717171. Windows color (decimal): -9865110 or 6977641. OLE color: 6977641.

HSL color Cylindrical-coordinate representation of color #69786A: hue angle of 124º degrees, saturation: 0.07, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #69786A is Cyan = 0.13, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.53.

Color convert

RGB105120106-
CMYK0.1300.120.53
HSL124º6.67%44.12%-
HSV(B)124º12.5%47.06%-
XYZ15.1417.4816.21-
YUV113.92123.53121.64-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.72%
GREEN value IS 120 (47.27% from 255) = 36.25%
BLUE value IS 106 (41.80% from 255) = 32.02%
R=31.72%
G=36.25%
B=32.02%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051201060.1300.120.531246.6744.12
Hex69786AD0C357c72c
Octal1511701521501465174754
Binary1101001111100011010101101011001101011111100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69786A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69786A; }

 p { color: rgb(105,120,106); }

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

<style>
 a { background-color: #69786A; }

 a { background-color: rgb(105,120,106); }

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

<style>
 span { border-color: #69786A; }

 span { border-color: rgb(105,120,106); }

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