#69766A

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

Shades of Laurel #69766A

Tints of Laurel #69766A

Color information

#69766A (or 0x69766A) is unknown color: approx Laurel. HEX triplet: 69, 76 and 6A. RGB value is (105,118,106). Sum of RGB (Red+Green+Blue) = 105+118+106=329 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.91% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 106 (41.80% from 255 or 32.22% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #69766A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69766A is #968995. Grayscale: #707070. Windows color (decimal): -9865622 or 6977129. OLE color: 6977129.

HSL color Cylindrical-coordinate representation of color #69766A: hue angle of 124.62º degrees, saturation: 0.06, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #69766A is Cyan = 0.11, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.54.

Color convert

RGB105118106-
CMYK0.1100.100.54
HSL124.62º5.83%43.73%-
HSV(B)124.62º11.02%46.27%-
XYZ14.911716.13-
YUV112.74124.19122.48-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.91%
GREEN value IS 118 (46.48% from 255) = 35.87%
BLUE value IS 106 (41.80% from 255) = 32.22%
R=31.91%
G=35.87%
B=32.22%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051181060.1100.100.54124.625.8343.73
Hex69766AB0A367d62c
Octal1511661521301266175654
Binary1101001111011011010101011010101101101111101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69766A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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