#69876E

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

Shades of Laurel #69876E

Tints of Laurel #69876E

Color information

#69876E (or 0x69876E) is unknown color: approx Laurel. HEX triplet: 69, 87 and 6E. RGB value is (105,135,110). Sum of RGB (Red+Green+Blue) = 105+135+110=350 (46% of max value = 765). Red value is 105 (41.41% from 255 or 30% from 350); Green value is 135 (53.12% from 255 or 38.57% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 135 - color contains mainly: green. Hex color #69876E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #69876E is #967891. Grayscale: #7B7B7B. Windows color (decimal): -9861266 or 7243625. OLE color: 7243625.

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

Color convert

RGB105135110-
CMYK0.2200.190.47
HSL130º12.5%47.06%-
HSV(B)130º22.22%52.94%-
XYZ17.321.4617.98-
YUV123.18120.56115.03-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 30%
GREEN value IS 135 (53.12% from 255) = 38.57%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=30%
G=38.57%
B=31.43%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1051351100.2200.190.4713012.547.06
Hex69876E160132F82d2f
Octal15120715626023572021557
Binary110100110000111110111010110010011101111100000101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69876E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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