#69746A

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

Shades of Laurel #69746A

Tints of Laurel #69746A

Color information

#69746A (or 0x69746A) is unknown color: approx Laurel. HEX triplet: 69, 74 and 6A. RGB value is (105,116,106). Sum of RGB (Red+Green+Blue) = 105+116+106=327 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.11% from 327); Green value is 116 (45.70% from 255 or 35.47% from 327); Blue value is 106 (41.80% from 255 or 32.42% from 327); Max value from RGB is 116 - color contains mainly: green. Hex color #69746A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69746A is #968B95. Grayscale: #6F6F6F. Windows color (decimal): -9866134 or 6976617. OLE color: 6976617.

HSL color Cylindrical-coordinate representation of color #69746A: hue angle of 125.45º degrees, saturation: 0.05, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #69746A is Cyan = 0.09, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.55.

Color convert

RGB105116106-
CMYK0.0900.090.55
HSL125.45º4.98%43.33%-
HSV(B)125.45º9.48%45.49%-
XYZ14.6716.5316.05-
YUV111.57124.86123.31-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.11%
GREEN value IS 116 (45.70% from 255) = 35.47%
BLUE value IS 106 (41.80% from 255) = 32.42%
R=32.11%
G=35.47%
B=32.42%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051161060.0900.090.55125.454.9843.33
Hex69746A909377d52b
Octal1511641521101167175553
Binary1101001111010011010101001010011101111111101101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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