#69826D

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

Shades of Laurel #69826D

Tints of Laurel #69826D

Color information

#69826D (or 0x69826D) is unknown color: approx Laurel. HEX triplet: 69, 82 and 6D. RGB value is (105,130,109). Sum of RGB (Red+Green+Blue) = 105+130+109=344 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.52% from 344); Green value is 130 (51.17% from 255 or 37.79% from 344); Blue value is 109 (42.97% from 255 or 31.69% from 344); Max value from RGB is 130 - color contains mainly: green. Hex color #69826D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826D is #967D92. Grayscale: #787878. Windows color (decimal): -9862547 or 7176809. OLE color: 7176809.

HSL color Cylindrical-coordinate representation of color #69826D: hue angle of 129.6º degrees, saturation: 0.11, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #69826D is Cyan = 0.19, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.49.

Color convert

RGB105130109-
CMYK0.1900.160.49
HSL129.6º10.64%46.08%-
HSV(B)129.6º19.23%50.98%-
XYZ16.5720.0717.47-
YUV120.13121.72117.21-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.52%
GREEN value IS 130 (51.17% from 255) = 37.79%
BLUE value IS 109 (42.97% from 255) = 31.69%
R=30.52%
G=37.79%
B=31.69%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301090.1900.160.49129.610.6446.08
Hex69826D130103182b2e
Octal15120215523020612021356
Binary110100110000010110110110011010000110001100000101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69826D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69826D; }

 p { color: rgb(105,130,109); }

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

<style>
 a { background-color: #69826D; }

 a { background-color: rgb(105,130,109); }

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

<style>
 span { border-color: #69826D; }

 span { border-color: rgb(105,130,109); }

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