#69826B

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

Shades of Laurel #69826B

Tints of Laurel #69826B

Color information

#69826B (or 0x69826B) is unknown color: approx Laurel. HEX triplet: 69, 82 and 6B. RGB value is (105,130,107). Sum of RGB (Red+Green+Blue) = 105+130+107=342 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.70% from 342); Green value is 130 (51.17% from 255 or 38.01% from 342); Blue value is 107 (42.19% from 255 or 31.29% from 342); Max value from RGB is 130 - color contains mainly: green. Hex color #69826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69826B is #967D94. Grayscale: #777777. Windows color (decimal): -9862549 or 7045737. OLE color: 7045737.

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

Color convert

RGB105130107-
CMYK0.1900.180.49
HSL124.8º10.64%46.08%-
HSV(B)124.8º19.23%50.98%-
XYZ16.4620.0316.91-
YUV119.9120.72117.37-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.70%
GREEN value IS 130 (51.17% from 255) = 38.01%
BLUE value IS 107 (42.19% from 255) = 31.29%
R=30.70%
G=38.01%
B=31.29%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1051301070.1900.180.49124.810.6446.08
Hex69826B13012317db2e
Octal15120215323022611751356
Binary11010011000001011010111001101001011000111111011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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