#69736A

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

Shades of Laurel #69736A

Tints of Laurel #69736A

Color information

#69736A (or 0x69736A) is unknown color: approx Laurel. HEX triplet: 69, 73 and 6A. RGB value is (105,115,106). Sum of RGB (Red+Green+Blue) = 105+115+106=326 (43% of max value = 765). Red value is 105 (41.41% from 255 or 32.21% from 326); Green value is 115 (45.31% from 255 or 35.28% from 326); Blue value is 106 (41.80% from 255 or 32.52% from 326); Max value from RGB is 115 - color contains mainly: green. Hex color #69736A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #69736A is #968C95. Grayscale: #6F6F6F. Windows color (decimal): -9866390 or 6976361. OLE color: 6976361.

HSL color Cylindrical-coordinate representation of color #69736A: hue angle of 126º 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 #69736A is Cyan = 0.09, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB105115106-
CMYK0.0900.080.55
HSL126º4.55%43.14%-
HSV(B)126º8.7%45.1%-
XYZ14.5616.3116.02-
YUV110.98125.19123.73-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 32.21%
GREEN value IS 115 (45.31% from 255) = 35.28%
BLUE value IS 106 (41.80% from 255) = 32.52%
R=32.21%
G=35.28%
B=32.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1051151060.0900.080.551264.5543.14
Hex69736A908377e52b
Octal1511631521101067176553
Binary1101001111001111010101001010001101111111110101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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