#69876B

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

Shades of Laurel #69876B

Tints of Laurel #69876B

Color information

#69876B (or 0x69876B) is unknown color: approx Laurel. HEX triplet: 69, 87 and 6B. RGB value is (105,135,107). Sum of RGB (Red+Green+Blue) = 105+135+107=347 (45% of max value = 765). Red value is 105 (41.41% from 255 or 30.26% from 347); Green value is 135 (53.12% from 255 or 38.90% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 135 - color contains mainly: green. Hex color #69876B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69876B is #967894. Grayscale: #7A7A7A. Windows color (decimal): -9861269 or 7047017. OLE color: 7047017.

HSL color Cylindrical-coordinate representation of color #69876B: hue angle of 124º 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 #69876B is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.47.

Color convert

RGB105135107-
CMYK0.2200.210.47
HSL124º12.5%47.06%-
HSV(B)124º22.22%52.94%-
XYZ17.1421.3917.14-
YUV122.84119.06115.28-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30.26%
GREEN value IS 135 (53.12% from 255) = 38.90%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=30.26%
G=38.90%
B=30.84%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351070.2200.210.4712412.547.06
Hex69876B160152F7cd2f
Octal15120715326025571741557
Binary11010011000011111010111011001010110111111111001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69876B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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