#69876F

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

Shades of Laurel #69876F

Tints of Laurel #69876F

Color information

#69876F (or 0x69876F) is unknown color: approx Laurel. HEX triplet: 69, 87 and 6F. RGB value is (105,135,111). Sum of RGB (Red+Green+Blue) = 105+135+111=351 (46% of max value = 765). Red value is 105 (41.41% from 255 or 29.91% from 351); Green value is 135 (53.12% from 255 or 38.46% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 135 - color contains mainly: green. Hex color #69876F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69876F is #967890. Grayscale: #7B7B7B. Windows color (decimal): -9861265 or 7309161. OLE color: 7309161.

HSL color Cylindrical-coordinate representation of color #69876F: hue angle of 132º degrees, saturation: 0.13, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #69876F is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB105135111-
CMYK0.2200.180.47
HSL132º12.5%47.06%-
HSV(B)132º22.22%52.94%-
XYZ17.3621.4818.27-
YUV123.29121.06114.95-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.91%
GREEN value IS 135 (53.12% from 255) = 38.46%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=29.91%
G=38.46%
B=31.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351110.2200.180.4713212.547.06
Hex69876F160122F84d2f
Octal15120715726022572041557
Binary110100110000111110111110110010010101111100001001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69876F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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