#69806A

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

Shades of Laurel #69806A

Tints of Laurel #69806A

Color information

#69806A (or 0x69806A) is unknown color: approx Laurel. HEX triplet: 69, 80 and 6A. RGB value is (105,128,106). Sum of RGB (Red+Green+Blue) = 105+128+106=339 (44% of max value = 765). Red value is 105 (41.41% from 255 or 30.97% from 339); Green value is 128 (50.39% from 255 or 37.76% from 339); Blue value is 106 (41.80% from 255 or 31.27% from 339); Max value from RGB is 128 - color contains mainly: green. Hex color #69806A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69806A is #967F95. Grayscale: #767676. Windows color (decimal): -9863062 or 6979689. OLE color: 6979689.

HSL color Cylindrical-coordinate representation of color #69806A: hue angle of 122.61º degrees, saturation: 0.1, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #69806A is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB105128106-
CMYK0.1800.170.50
HSL122.61º9.87%45.69%-
HSV(B)122.61º17.97%50.2%-
XYZ16.1519.4816.55-
YUV118.62120.88118.29-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.97%
GREEN value IS 128 (50.39% from 255) = 37.76%
BLUE value IS 106 (41.80% from 255) = 31.27%
R=30.97%
G=37.76%
B=31.27%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1051281060.1800.170.50122.619.8745.69
Hex69806A12011327ba2e
Octal15120015222021621731256
Binary11010011000000011010101001001000111001011110111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69806A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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