#69826F

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

Shades of Laurel #69826F

Tints of Laurel #69826F

Color information

#69826F (or 0x69826F) is unknown color: approx Laurel. HEX triplet: 69, 82 and 6F. RGB value is (105,130,111). Sum of RGB (Red+Green+Blue) = 105+130+111=346 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.35% from 346); Green value is 130 (51.17% from 255 or 37.57% from 346); Blue value is 111 (43.75% from 255 or 32.08% from 346); Max value from RGB is 130 - color contains mainly: green. Hex color #69826F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826F is #967D90. Grayscale: #787878. Windows color (decimal): -9862545 or 7307881. OLE color: 7307881.

HSL color Cylindrical-coordinate representation of color #69826F: hue angle of 134.4º 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 #69826F is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB105130111-
CMYK0.1900.150.49
HSL134.4º10.64%46.08%-
HSV(B)134.4º19.23%50.98%-
XYZ16.6820.1218.04-
YUV120.36122.72117.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.35%
GREEN value IS 130 (51.17% from 255) = 37.57%
BLUE value IS 111 (43.75% from 255) = 32.08%
R=30.35%
G=37.57%
B=32.08%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301110.1900.150.49134.410.6446.08
Hex69826F130F3186b2e
Octal15120215723017612061356
Binary11010011000001011011111001101111110001100001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69826F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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