#69756A

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

Shades of Laurel #69756A

Tints of Laurel #69756A

Color information

#69756A (or 0x69756A) is unknown color: approx Laurel. HEX triplet: 69, 75 and 6A. RGB value is (105,117,106). Sum of RGB (Red+Green+Blue) = 105+117+106=328 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.01% from 328); Green value is 117 (46.09% from 255 or 35.67% from 328); Blue value is 106 (41.80% from 255 or 32.32% from 328); Max value from RGB is 117 - color contains mainly: green. Hex color #69756A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69756A is #968A95. Grayscale: #707070. Windows color (decimal): -9865878 or 6976873. OLE color: 6976873.

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

Color convert

RGB105117106-
CMYK0.1000.090.54
HSL125º5.41%43.53%-
HSV(B)125º10.26%45.88%-
XYZ14.7916.7716.09-
YUV112.16124.52122.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.01%
GREEN value IS 117 (46.09% from 255) = 35.67%
BLUE value IS 106 (41.80% from 255) = 32.32%
R=32.01%
G=35.67%
B=32.32%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1051171060.1000.090.541255.4143.53
Hex69756AA09367d52c
Octal1511651521201166175554
Binary1101001111010111010101010010011101101111101101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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