#69776A

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

Shades of Laurel #69776A

Tints of Laurel #69776A

Color information

#69776A (or 0x69776A) is unknown color: approx Laurel. HEX triplet: 69, 77 and 6A. RGB value is (105,119,106). Sum of RGB (Red+Green+Blue) = 105+119+106=330 (43% of max value = 765). Red value is 105 (41.41% from 255 or 31.82% from 330); Green value is 119 (46.88% from 255 or 36.06% from 330); Blue value is 106 (41.80% from 255 or 32.12% from 330); Max value from RGB is 119 - color contains mainly: green. Hex color #69776A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69776A is #968895. Grayscale: #717171. Windows color (decimal): -9865366 or 6977385. OLE color: 6977385.

HSL color Cylindrical-coordinate representation of color #69776A: hue angle of 124.29º degrees, saturation: 0.06, 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 #69776A is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.53.

Color convert

RGB105119106-
CMYK0.1200.110.53
HSL124.29º6.25%43.92%-
HSV(B)124.29º11.76%46.67%-
XYZ15.0217.2416.17-
YUV113.33123.86122.06-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 31.82%
GREEN value IS 119 (46.88% from 255) = 36.06%
BLUE value IS 106 (41.80% from 255) = 32.12%
R=31.82%
G=36.06%
B=32.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1051191060.1200.110.53124.296.2543.92
Hex69776AC0B357c62c
Octal1511671521401365174654
Binary1101001111011111010101100010111101011111100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69776A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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